博碩士論文 105221013 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:27 、訪客IP:3.144.212.145
姓名 陳冠廷(Kuan-Ting Chen)  查詢紙本館藏   畢業系所 數學系
論文名稱 SVM(支持向量機)與Softmax在蝴蝶辨識問題中之觀察比較
(The Comparison of Support Vector Machine and Softmax Classifier in Butterflies Recognition Problem)
相關論文
★ 氣流的非黏性駐波通過不連續管子之探究★ An Iteration Method for the Riemann Problem of Some Degenerate Hyperbolic Balance Laws
★ 影像模糊方法在蝴蝶辨識神經網路中之應用★ 單一非線性平衡律黎曼問題廣義解的存在性
★ 非線性二階常微方程組兩點邊界值問題之解的存在性與唯一性★ 對接近音速流量可壓縮尤拉方程式的柯西問題去架構區間逼近解
★ 一些退化擬線性波動方程的解的性質.★ 擬線性波方程中片段線性初始值問題的整體Lipchitz連續解的
★ 水文地質學的平衡模型之擴散對流反應方程★ 非線性守恆律的擾動Riemann 問題的古典解
★ BBM與KdV方程初始邊界問題解的週期性★ 共振守恆律的擾動黎曼問題的古典解
★ 可壓縮流中微黏性尤拉方程激波解的行為★ 非齊次雙曲守恆律系統初始邊界值問題之整域弱解的存在性
★ 有關非線性平衡定律之柯西問題的廣域弱解★ 單一雙曲守恆律的柯西問題熵解整體存在性的一些引理
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本文旨在探討 機器學習分類方法 ”支持向量機 ”及”Softmax ”在圖像辨識 上的訓練結果比較,也研讀當今常用優化算法熟知損失函數對參更新影響關係,兩個模型訓練將以蝴蝶圖片進行實作。
經由線上開放的圖片庫網站,取得 8214 張共五類蝴蝶,並自製成數據樣 本集,分別帶入兩個 訓練 模型,觀察兩者訓練時間及準確率在迭代結果 上分析 比較 。而後再進一步 探討影響訓練結果的原因 ,在數據預處理 上,看 不同的數據庫量是否影響 訓練或驗證準確度。最後將模型結果對測試集 進行預測,觀察準確率分析探討影響結果的因素。
摘要(英) The purpose of this thesis is to explore the training resul ts of two deep learning models :(1) Support Vector Machine ;(2) Softmax Classifier in image recognition, and study the influence of loss functions on the iterative parameters . We demonstrate the results of these two models by use of the image s of butterflies.
There are five types of butterflies with 8214 pictures obtained through the onlin e database website. We use these pictures for the files of data samples to two deep learning models, and observe the training time and accuracy. Next, we analyze the fitting situation to the itera tive results. Finally, we give the reason s why the performan ce of these two models are not ideal. Therefore, we are able to improve the performance by fixing the datasets .
關鍵字(中) ★ 支持向量機
★ 邏輯斯回歸
★ 機器學習
★ 影像辨識
關鍵字(英) ★ SVM
★ Support Vector Machine
★ Logistic Regression
★ Softmax
★ Machine Learning
★ Image Identity
論文目次 摘要 I
Abstract II
致謝 III
目錄 IV
1.1 研究動機 1
1.2 研究目的 1
1.3 研究方法 1
1.4 研究對象 2
2.1 線性判別分析
2.1.1 線性判別分析概述 3
2.1.2 費雪的判別分析 5
2.1.3 二類別線性判別分析 10
2.1.4 多類別線性判分析 14
2-2 支持向量機
2.2.1 線性 SVM 概述 18
2.2.2 支持超平面 (Support hyperplane) 19
2.2.3 從原始問題到對偶的求解,KKT條件 20
2.2.4 支持向量 (Support vector) 22
2.2.5 非線性 SVM 23
2.2.6 容錯性 (fault tolerance) 24
2.2.7 SMO 算法 26
2.2.8 核函數 (Kernel Function) 28
2-3 邏輯斯回歸與Softmax函數
2.3.1 邏輯斯回歸與 Softmax 函數概述 31
2.3.2 邏輯斯回歸 32
2.3.3 Softmax 函數 38
3.1 Tensorflow 介紹 42
3.2 數據集製作 44
3.3 數據預處理 45
3.4 函數定義 47
3.5 實驗結果 50
參考文獻 55
參考文獻 [1].周志華(2016)。機器學習,21,23-164。
[2].道新聞(2017)。機器學習:線性判別是分析(LDA)。2017年6月16日,取自https://kknews.cc/news/eoyeqar.html。 [3].LeftNotEasy(2011)。機器學習中的數學(4)-線性判別分析(LDA),主成分分析(PCA)。2011年1月8日,取自http://www.cnblogs.com/LeftNotEasy/archive/2011/01/08/lda-and-pca-machine-learning.html。
[4].ccjou(2014)。費雪的判別分析與線性判別分析。2014年3月14日,取自https://ccjou.wordpress.com/2014/03/14/%E8%B2%BB%E9%9B%AA%E7%9A%84%E5%88%A4%E5%88%A5%E5%88%86%E6%9E%90%E8%88%87%E7%B7%9A%E6%80%A7%E5%88%A4%E5%88%A5%E5%88%86%E6%9E%90/。 [5].ccjou(2014)。線性判別分析。2014年3月20日,取自https://ccjou.wordpress.com/2014/03/20/%E7%B7%9A%E6%80%A7%E5%88%A4%E5%88%A5%E5%88%86%E6%9E%90/。 [6].JerryLead(2011)。支持向量機SVM,2011年3月13日,取自http://www.cnblogs.com/jerrylead/archive/2011/03/13/1982639.html。
[7].Vipyoumay(2017)。SVM原理以及Tensorflow實現SVM分類。2017年9月20日,取自https://www.cnblogs.com/vipyoumay/p/7560061.html。 [8].July(2012)。支持向量機通俗導論(理解SVM的三層境界)。2012年6月1日,取自https://blog.csdn.net/v_july_v/article/details/7624837。 [9].林詩杰(2017)。Cs231n Assignment1—SVM & Softmax。2017年11月24日,取自https://zhuanlan.zhihu.com/p/30965514。
61
[10]. Michael Nielsen(2015)。Neural Networks and Deep Learning。2015 年10月3日,取自http://neuralnetworksanddeeplearning.com/。 [11].ccjou(2014)。邏輯斯回歸。2016年3月26日,取自 https://ccjou.wordpress.com/2014/03/26/%E9%82%8F%E8%BC%AF%E6%9 6%AF%E5%9B%9E%E6%AD%B8/。
[12].tormadomeet(2013)。Deep Learning:四(logistic regression練 習)。2013年3月16日,取自 https://www.cnblogs.com/tornadomeet/archive/2013/03/16/296391 9.html
指導教授 洪盟凱(Meng-Kai Hong) 審核日期 2018-11-16
推文 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聯絡  - 隱私權政策聲明