博碩士論文 975201093 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:67 、訪客IP:13.58.107.78
姓名 彭偉誠(Wei-Cheng Peng)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 使用模糊數學規劃改善支持向量機
(The use of fuzzy mathematical programming in support vector machines)
相關論文
★ 影像處理運用於家庭防盜保全之研究★ 適用區域範圍之指紋辨識系統設計與實現
★ 頭部姿勢辨識應用於游標與機器人之控制★ 應用快速擴展隨機樹和人工魚群演算法及危險度於路徑規劃
★ 智慧型機器人定位與控制之研究★ 基於人工蜂群演算法之物件追蹤研究
★ 即時人臉偵測、姿態辨識與追蹤系統實現於複雜環境★ 基於環型對稱賈柏濾波器及SVM之人臉識別系統
★ 改良凝聚式階層演算法及改良色彩空間影像技術於無線監控自走車之路徑追蹤★ 模糊類神經網路於六足機器人沿牆控制與步態動作及姿態平衡之應用
★ 四軸飛行器之偵測應用及其無線充電系統之探討★ 結合白區塊視網膜皮層理論與改良暗通道先驗之單張影像除霧
★ 基於深度神經網路的手勢辨識研究★ 人體姿勢矯正項鍊配載影像辨識自動校準及手機接收警告系統
★ 模糊控制與灰色預測應用於隧道型機械手臂之分析★ 模糊滑動模態控制器之設計及應用於非線性系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在一般典型的分類(Classification)問題中,通常只有一些模糊且攏統的資訊,以及一些來自於分類樣本的特定子集合,所以必須利用這些現有的資訊,尋找有效的方法設計一些正確的分類器。
在現有模糊支持向量機中,許多研究求解前須事先利用測量技術以獲得模糊資料的訊息;有些的求解方法則是過於複雜,因而降低了演算法的可行性。本研究則提出一種新的且有效率的模糊支持向量機(Fuzzy Support Vector Machines:FSVMs),該決策方案直接對原始的資源量做推廣性的容忍技術,因此克服採集額外資訊的困難。
在理論建構上,合理的使用模糊不等式來表達模糊來源的線性規劃問題,這提供了加入容忍到限制式以滿足與擴大實務性的非線性系統成為可能。為了驗證這個分類器,本研究從UCI資料庫中解決幾個真實世界中的分類問題。實驗結果顯示一個具模糊限制式之模糊支持向量機能改善原支持向量機性能且能達到較低得測試誤差率。
摘要(英) Classification approaches usually present the poor generalizeation performance with an apparent class imbalance problem. There are many researches reported in the literature that the characteristics of data sets have strongly influenced the performance of different classifiers. Unfortunately, it is necessary to get the information of fuzzy datasets by some methods in advance. These methods are too complicated to increase the utility of this algorithm. There is a latest and more efficient Fuzzy Support Vector Machines reported in this study. In addition, it uses an extensively tolerance technique to raw data directly, so as to overcome the difficulty of collecting extra information. According to the structure of the theorem, it is reasonable to use fuzzy inequalities as the fuzzy resource programming and thus adding tolerance into the constraints to satisfy and extend the reality of nonlinear programming is possible. For validating this classifier, seven true cases from UCI database are solved and these results obviously show that fuzzy membership function can improve the performance of traditional SVMs and obtain the lower rate of classification error.
關鍵字(中) ★ 歸屬函數
★ 支持向量機
★ 模糊支持向量機
關鍵字(英) ★ Fuzzy Support Vector Machines
★ Membership Function
★ Support Vector Machines
論文目次 中文摘要
英文摘要
目錄……………………………………………………………I
附圖目錄………………………………………………………III
附表目錄………………………………………………………V
第一章 緒論…………………………………………………1
1.1 研究背景………………………………………………1
1.2 研究動機與目的………………………………………2
1.3 主要貢獻………………………………………………3
1.4 論文架構………………………………………………3
第二章 模糊線性規劃………………………………………5
2.1 線性規劃簡介…………………………………………5
2.2 模糊理論………………………………………………7
2.2.1 明確集合與模糊集合…………………………8
2.2.2 歸屬函數之定義……………………………10
2.2.3 模糊集合表示方式…………………………11
2.2.4 模糊集合運算之種類………………………12
2.3 模糊線性規劃…………………………………………15
第三章 支持向量機………………………………………20
3.1 線性支持向量機:資料可分情形……………………20
3.2 線性支持向量機:資料不可分情形…………………27
3.3 非線性支持向量機……………………………………31
3.3.1 核函數…………………………………………32
3.3.2 支持向量機非線性模型……………………… 35
第四章 模糊支持向量機……………………………………39
4.1 推導模糊支持向量機…………………………………39
4.2 學習曲線………………………………………………46
4.3 辨識率之評估…………………………………………48
第五章 實驗結果與討論……………………………………50
5.1資料的架構………………………………………………50
5.2 訓練和測試階段………………………………………52
5.3 Wilcoxon signed-ranks test………………………57
第六章 結論和意見…………………………………………61
參考文獻…………………………………………………………63
參考文獻 [1]V. N. Vapnik, “The Nature of Statistical Learning Theory, “ Springer-Verlag, Berlin Heidelberg, New York, 1995.
[2]V. N. Vapnik, “An Overview of Statistical Learning Theory,” IEEE Transaction on Neural Networks, Vol. 10, pp 988-999, 1999.
[3]V. N. Vapnik, Statistical Learning Theory, Wiley, New York, 1998.
[4]C. F. Lin and S. D. Wang, “Fuzzy support vector machines, ” IEEE Transaction on Neural Networks, Vol. 13, pp 467-471, 2002.
[5]D. M. J. Tax, and R. P. W. Duin, ”Characterizing one-class datasets.”In Proceedings of the 16th Annual Symposium of the Pattern Recognition Association of South Africa, , 2005,pp. 21-26.
[6]R. C. Prati, G. E. A. P. A. Batista, and M. C. Monard, Class imbalances versus class overlapping: An analysis of a learning system behavior. In MICAI, 2004, pp. 312-321.
[7]C. C. Hsu, M. H. Fan, S. H. Chang, H. Y. Chung,. Fuzzy support vector machines with the uncertainty of parameter C. Expert Systems with Applications (2008).
[8]Y. J. Lai and C.L. Hwang, Fuzzy Mathematical Programming. Springer-Verlag, Berlin Heidelberg, New York, 1992.
[9]C. R. Bector and S. Chandra, Fuzzy Mathematical Programming and Fuzzy Matrix Games, Springer-Verlag, Berlin Heidelberg, New York, 2005.
[10]L. A. Zadeh,“Fuzzy Sets,"Information and Control, Vol. 8, No.1, 1965, pp. 338-353.
[11]H. J. Zimmermann, "Fuzzy programming and linear programming with several objective functions", Fuzzy Sets and Systems 1 (1978) 45-55.
[12]R. E. Bellman and L.A. Zadeh, "Decision making in a fuzzy environment", Management Sciences 17 (1970) B141-B164.
[13]S. M. Guu and Y.K. Wu, "Weighted coefficients in two-phase approach for solving the multiple objective programming problems", Fuzzy Sets and Systems,85(1997)45-48.
[14]Y. J., Lai and C. L., Hwang, "A new approach to some possibility linear programming problem", Fuzzy Sets and Systems 35 (1981) 143-150.
[15]B. Werners, "Interactive multiple objective programming subject to flexible constraints"Eur. J. Oper. Res. 31 (1987) 342-349.
[16]B. Werner, "An interactive fuzzy programming system", Fuzzy Sets and Systems, val.23,pp131-147,1987.
[17]B. Schölkopf and A. J. Smola, Learning with Kernel: Support Vector Machines, Regularization, Optimization, and Beyond, MIT Press, Cambridge, MA, 2001, pp. 25−60.
[18]B. Schölkopf and A. J. Smola, K. R. Müller, “Nonlinear Component Analysis as a Kernel Eigenvalue Problem,” Neural Computing, Vol. 10, No. 5, pp. 1299−1319, 1998.
[19]M. F. Han, “Fuzzy Support Vector Machines with the Uncertainty of Parameter C,” Master Thesis, Department of Electrical Engineering, National Central University, Taiwan, 2008.
[20]T. Hastie, R. Tibshirani, and J. Friendman, The Element of Statistical Learning: Data Mining, Inference and Prediction, Springer−Verlag, Berlin Heidelberg New York, pp. 214−217, 2001.
[21]L. Breiman, Bias, Variance and Arcing Classifiers. Technical Report 460, Berkeley, CA: Statistics Department, University of California at Berkeley, 1996.
[22]P. M. Murphy, UCI−Benchmark Repository of Artificial and Real Data Sets, http://www.ics.uci.edu/~mlearn, University of California Irvine, CA, 1995.
[23]P. Vlachos, and M. Meyer, StatLib, http://lib.stat.cmu.edu/, Department of Statistics, Carnegie Mellon University, 1989.
[24]J. S. Taylor, “An Extension on “Statistical Comparisons of Classifiers over Multiple Data Sets” for all Pairwise Comparisons,” Journal of Machine Learning Research 9, pp. 2677-2694, Aug. 2008.
[25]D. Sch, “Statistical Comparisons of Classifiers over Multiple Data Sets,” Journal of Machine Learning Research 7, pp. 1-30, Jan. 2006.
指導教授 鍾鴻源(Hung-Yuan Chung) 審核日期 2010-7-6
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明