摘要(英) |
The goal of this thesis is to explore the training results of “K Nearest Neighbor”, “multilayer perceptual neural network” , “Support Vector Machine” and the classic model of Convolutional neural network: “LENET” and “ALEXNET” in image recognition.
The butterfly images in this experiment are from ImageNet which is the largest database of image recognition. First, we bring the training data into our models, and observe the difference between training time and training accuracy for each model, then compare the iterative results. Next,we give the reasons that affect the training results. Finally, we put the test set into the trained model for prediction.We observe the accuracy of the test set, and analyzed the factors affecting the prediction. |
參考文獻 |
[1]. 周志華(2016)。機器學習。清華大學出版社。
[2]. 蘇木春,張孝德。機器學習:類神經網絡、模糊系統以及基因演算法則。 全華圖書股份有限公司。
[3]. 林大貴 (2017)。TensorFlow + Keras 深度學習人工智慧實務應用。博碩出版社。
[4]. 黃安埠(2017)。深入淺出深度學習-原理剖析與python實踐。電子工業出版社。
[5]. 鄭澤宇,顧思宇(2017)。實戰Google深度學習技術,使用Tensorflow。電子工業出版社。
[6]. 斎藤康毅 (2017)。Deep Learning – 用Python進行深度學習的基礎理論實作。碁峰資訊股份有限公司。 6
[7]. Nikhil Buduma (2018)。Deeping Learning 深度學習基礎¬¬ – 設計下一代工智慧演算法。碁峰資訊股份有限公司。 7
[8]. Deeping Learning 深度學習基礎¬¬ - 設計下一代人工智慧演算法。碁峰資訊股份有限公司。
[9]. 葉怡成(1999)。應用類神經網路。儒林圖書公司。
[10]. 葉怡成(2004)。類神經網路 - 模式應用與實作。儒林圖書公司。
[11]. 李宏毅 (2016)。Machine Learning。取自http://speech.ee.ntu.edu.tw/~tlkagk/courses_ML16.html。
[12]. JerryLead(2011)。支持向量機SVM,2011年3月13日,取自http://www.cnblogs.com/jerrylead/archive/2011/03/13/1982639.html。
[13]. July(2012)。支持向量機通俗導論(理解SVM的三層境界)。取自https://blog.csdn.net/v_july_v/article/details/7624837。
[14]. Li, T. S. (2006). Feature Selection for Classification by Using a Ga-Based Neural Network Approach. Journal of the Chinese Institute of Industrial Engineers, 23,55-64.
[15]. Michael, J. A., and Gordon, B. S., Data Mining Techniques: for marketing, sales, and customer support” John Wiley and Sons, 1997
[16]. Baesens, B., Van Gestel, T., Viaene, S., Stepanova, M., Suykens, J., and Vanthienen J.(2003). Benchmarking state-of-the-art classification algorithms for credit scoring. Journal of the Operational Research Society, 54(6), 627-635.
[17]. Deng, J., Dong, W., Socher, R., Li, L.-J., Li, K., and Fei-Fei, L. (2009). ImageNet: A Large-Scale Hierarchical Image Database. In CVPR09.
[18]. Duchi, J., Hazan, E., and Singer, Y. (2011). Adaptive subgradient methods for online learning and stochastic optimization. Journal of Machine Learning Research,2121-2159.
[19]. Deng, J., Dong, W., Socher, R., Li, L.-J., Li, K., and Fei-Fei, L. (2009). ImageNet: A Large-Scale Hierarchical Image Database. In CVPR09. |