資料載入處理中...
跳到主要內容
臺灣博碩士論文加值系統
English
|
Mobile
免費會員
登入
|
註冊
切換版面粉紅色
切換版面綠色
切換版面橘色
切換版面淡藍色
切換版面黃色
切換版面藍色
功能切換導覽列
訪客IP:216.73.216.57
字體大小:
字級大小SCRIPT,如您的瀏覽器不支援,IE6請利用鍵盤按住ALT鍵 + V → X → (G)最大(L)較大(M)中(S)較小(A)小,來選擇適合您的文字大小,如為IE7或Firefoxy瀏覽器則可利用鍵盤 Ctrl + (+)放大 (-)縮小來改變字型大小。
字體大小變更功能,需開啟瀏覽器的JAVASCRIPT功能
:::
詳目顯示
recordfocus
第 1 筆 / 共 1 筆
/1
頁
論文基本資料
摘要
外文摘要
目次
參考文獻
QR Code
本論文永久網址
:
複製永久網址
Twitter
研究生:
林冠宇
研究生(外文):
LIN, GUAN-YU
論文名稱:
應用於電子元件分類之卷積神經網路模型
論文名稱(外文):
Convolutional Neural Network Models for Electronic Component Classification
指導教授:
陳柏宏
指導教授(外文):
CHEN, PO-HUNG
口試委員:
陳柏宏
、
毛偉龍
、
游允帥
口試委員(外文):
CHEN, PO-HUNG
、
MAO, WEI-LONG
、
YU, YUN-SHUAI
口試日期:
2022-08-31
學位類別:
碩士
校院名稱:
國立虎尾科技大學
系所名稱:
電子工程系碩士班
學門:
工程學門
學類:
電資工程學類
論文種類:
學術論文
論文出版年:
2022
畢業學年度:
110
語文別:
中文
論文頁數:
45
中文關鍵詞:
卷積神經網路
、
人工智慧
、
深度學習
、
影像分類
外文關鍵詞:
convolutional neural network
、
artificial intelligence
、
deep learning
、
mage classification
相關次數:
被引用:0
點閱:220
評分:
下載:0
書目收藏:0
隨著科技的日新月異,工業的發展也快速進步。從最初的手工業到如今的自動化工業以及工業4.0時代,各類硬體運算能力不斷的提升,各種大數據資料庫不斷的產生,使得人工智慧技術被各個產業與學者所重視。比如醫療方面近年來COVID-19的疫情在全球肆虐,就有學者利用人工智慧模擬傳播途徑,向大眾宣導防疫知識。商業方面藉由人工智慧分析股票數據,推薦投資方向以減少虧損。生活方面使用影像辨識的人工智慧系統於各類裝置的安全鎖或停車場的車牌辨識系統。工業方面隨著智慧化工廠中所使用的機械手臂越來越泛用,因此需要具備能精準辨識零組件的人工智慧視覺系統。
卷積神經網路(Convolutional Neural Network, CNN)是目前最常見使用於影像辨識的人工智慧模型。從LeNet發展到GoogLeNet這期間,隨著卷積層數越來越深,辨識準確率也越來越高,但也導致模型的訓練與預測的時間也越來越長。另外,由於GoogLeNet採用了橫向分支結構的Inception模組,因而準確率比起純粹發展直向深度的VGG模型更高。為了解決現今相對低端的智慧型裝置沒有足夠的資料運算能力,需要提供足夠輕量的CNN模型。因此本文為了得到較短的模型訓練與預測時間,同時得到良好的辨識準確率,本文結合AlexNet直向淺層卷積層與GoogLeNet橫向分支結構的Inception模組,重新設計出TM-MA系列的九個模型,並且將電線、電容、電晶體、保險絲、電感線圈及可變電阻等六類電子元件分類資料集,應用在模型的訓練與驗證,嘗試探索增減卷積層數以及將部分卷積層改成1x1卷積(升維或降維)對模型準確率與訓練時間的影響。最後本文也比較了模型在有無預訓練兩種情況下的準確率與訓練時間。
With the rapid development of science and technology, the development of industry is also progressing rapidly. From the initial handicraft industry to today's automation industry and the era of Industry 4.0, various hardware computing capabilities have been continuously improved, and various big data databases have been continuously generated. Artificial intelligence technology is valued by various industries and scholars. For example, in the medical field, the COVID-19 epidemic has raged around the world in recent years, and some scholars have used artificial intelligence to simulate the transmission route to promote epidemic prevention knowledge to the public. In business, artificial intelligence analyzes stock data and recommends investment directions to reduce losses. In daily life, the artificial intelligence system of image recognition is used in the security lock of various devices or the license plate recognition system of the parking lot. In industry, as the robotic arms used in smart factories are becoming more and more versatile, it is necessary to have an artificial intelligence vision system that can accurately identify components.
Convolutional Neural Network (CNN) is currently the most commonly used artificial intelligence model for image recognition. During the development from LeNet to GoogLeNet, as the number of convolutional layers became deeper and deeper, the recognition accuracy became higher and higher, but it also led to the longer and longer training and prediction time of the model. In addition, since GoogLeNet uses the Inception module of the horizontal branch structure, the accuracy rate is higher than that of the VGG model that purely develops the vertical depth. In order to solve the problem that today's relatively low-end smart devices do not have enough data computing capabilities, it is necessary to provide a sufficiently lightweight CNN model. Therefore, in order to obtain a shorter model training and prediction time, and at the same time obtain a good identification accuracy, this paper combines the AlexNet vertical shallow convolutional layer and the GoogLeNet horizontal branch structure Inception module to redesign the nine TM-MA model series, and the classification data set of six types of electronic components, such as wires, capacitors, transistors, fuses, inductance coils and variable resistors, is used in training and verification models, trying to explore the effect of increasing or decreasing the number of convolutional layers and changing some of the convolutional layers to 1x1 convolutions (increasing or decreasing channel number) on model accuracy and training time. Finally, this paper also compares the accuracy and training time of the model with and without pre-training.
中文摘要....i
英文摘要.........ii
誌謝......iv
目錄...........v
表目錄.......... vi
圖目錄.......... vii
第一章 研究背景與動機............ 1
第二章 卷積神經網路技術簡介...... 4
2.1 LeNet神經網路....... 6
2.2 AlexNet神經網路....6
2.3 VGGNet神經網路.....8
2.4 GoogLeNet神經網路....9
第三章 卷積神經網路模型設計與實現....14
3.1設計理念......14
3.2模型結構......15
3.3模型理論......27
3.4實現方法.....30
第四章 模型訓練與分類預測結果......32
4.1實驗步驟.....32
第五章 結論......39
參考文獻...........40
[1] Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner,” Gradient-based learning applied to document recognition,” Proceedings of the IEEE, vol. 86, no.11, pp. 2278–2324, 1998.
[2]Alex Krizhevsky , Ilya Sutskever and Geoffrey E. Hinton “ImageNet Classification with Deep Convolutional Neural Networks” In Advances in Neural Information Processing Systems 25, pages 1106–1114, 2012.
[3] Karen Simonyan , Andrew Zisserman “Very Deep Convolutional Networks for Large-Scale Image Recognition” arXiv:1409.1556v6 [cs.CV] 10 Apr 2015
[4] Christian Szegedy , Wei Liu , Yangqing Jia , Pierre Sermanet , Scott Reed , Dragomir Anguelov , Dumitru Erhan , Vincent Vanhoucke and Andrew Rabinovich “Going deeper with convolutions” arXiv:1409.4842v1 [cs.CV] 17 Sep 2014
[5] Christian Szegedy , Vincent Vanhoucke , Sergey Ioffe , Jonathon Shlens and Zbigniew Wojna “Rethinking the Inception Architecture for Computer Vision” arXiv:1512.00567v3 [cs.CV] 11 Dec 2015
[6] D.O. Hebb,”The Organization of Behavior,” New York: Wiley & Sons, 1949.
[7] N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, and R. Salakhutdinov,” Dropout: A simple way to prevent neural networks from overfitting,” JMLR, vol.15, pp.1929–1958, 2014.
[8] https://www.kaggle.com/datasets/aryaminus/electronic-components
[9]K. He, X. Zhang, S. Ren, J. Sun, “Deep Residual Learning for Image Recognition,” In:CVPR, arXiv preprint arXiv:1512.03385, 2015
[10] Mingxing Tan , Quoc V. Le “EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks” arXiv:1905.11946v5 [cs.LG] 11 Sep 2020
[11] Kumar Chellapilla ,Sidd Puri and Patrice Simard“High Performance Convolutional Neural Networks for Document Processing” ,2006.
[12]Yao-Yuan Xu “Convolutional Neural Network Models for Flowers Recognition”,2021.
[13]https://www.image-net.org/download.php
推文
當script無法執行時可按︰
推文
網路書籤
當script無法執行時可按︰
網路書籤
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
相關期刊
熱門點閱論文
1.
應用深度學習之卷積神經網路於工件毛邊之辨識
2.
卷積神經網路在金融技術指標之應用
3.
訓練資料集自我擴增問題之分析-以YOLO分類器為例
4.
用卷積神經網路辨識CT影像內肺部結核之研究
5.
卷積神經網路預測時間序列能力分析
6.
應用深度學習預測區域住房平均價格—以台北市實價登錄為例
7.
使用全卷積神經網路應用於肝臟及其病變圖像分割
8.
基於深度學習之靜態影像超解析度技術
9.
使用卷積神經網路分類龍舌蘭品種
10.
一個改良式卷積神經網路於醫學影像之辨識
11.
結合語意關鍵詞與卷積神經網路之文本分類研究
12.
基於深度學習之音樂片段人聲辨識
13.
開放環境下之車牌偵測
14.
以深度學習作工業檢測應用
15.
植基於深度學習假新聞人工智慧偵測: 台灣與美國真實資料實作
無相關期刊
1.
適用於各式碳化矽功率元件之自動優化閘極驅動電路
2.
應用於電動汽車和可再生能源之高頻氮化鎵閘極驅動器
3.
應用於花卉種類辨識之卷積神經網路模型
4.
預測PM2.5等級與降雪天氣型態之深度神經網路比較與優化
5.
應用於植入式生醫裝置之6.78-MHz無線電力傳輸系統
6.
應用於植入性生醫裝置之6.78 MHz具功率自適功率控制的無線電力傳輸系統
7.
應用於穿戴式裝置之單電感三輸出功率管理積體電路
8.
應用於植入式生醫裝置之6.78-MHz無線電力與資料傳輸系統
9.
可應用於物聯網裝置之切換電容式電壓轉換器設計
10.
具輸出穩壓與漣波控制之全積體化多倍率切換電容式直流-直流轉換器
11.
遠端溫度智慧監控系統
12.
應用於植入式生醫裝置之單電感單輸入雙輸出直流-直流降壓轉換器
13.
應用於穿戴式裝置之單電感三輸出電池管理單元
14.
應用於植入式醫療裝置之可重構式無線電力傳輸系統
15.
應用於物聯網裝置之獵能電池管理單元
簡易查詢
|
進階查詢
|