資料介紹
機器視覺在深學(xué)習(xí)神經(jīng)網(wǎng)絡(luò)中的應(yīng)用
人工智能(AI)長期以來一直是科幻小說作家和學(xué)者的主題。將人腦的復(fù)雜性復(fù)制到計算機中的挑戰(zhàn)催生了新一代的科學(xué)家、數(shù)學(xué)家和計算機算法開發(fā)人員。持續(xù)的研究已經(jīng)讓位給使用人工智能,更經(jīng)常被稱為深學(xué)習(xí)或機器學(xué)習(xí),越來越多的應(yīng)用程序的一部分,我們的世界。雖然基本概念已經(jīng)存在了很長一段時間,商業(yè)現(xiàn)實從來沒有完全實現(xiàn)。在最近幾年中,數(shù)據(jù)生成的速度急劇上升,開發(fā)者不得不思考如何編寫算法來從中提取有價值的數(shù)據(jù)和統(tǒng)計數(shù)據(jù)。此外,另一個關(guān)鍵因素是高可用性的計算資源水平,云已經(jīng)心甘情愿地取得了。例如,在你的口袋里的智能手機可能會使用谷歌的現(xiàn)在(好谷歌)或蘋果的Siri語音命令的應(yīng)用程序,使用深度學(xué)習(xí)算法的功率,稱為(人工)神經(jīng)網(wǎng)絡(luò),使語音識別和學(xué)習(xí)能力。然而,除了與你的電話交談的樂趣和方便,有一系列的工業(yè),汽車和商業(yè)應(yīng)用,現(xiàn)在受益于深學(xué)習(xí)神經(jīng)網(wǎng)絡(luò)的力量。
The convolutional neural network
Before taking a look at some of those applications, let’s investigate how a neural network works and what resources it needs. When we talk generally about neural networks we should more accurately describe them as artificial neural networks. Implemented as software algorithms, they are based on the biological neural networks – the central nervous system – of humans and animals. There have been several different types of neural network architecture conceived over the years of which the convolutional neural network (CNN) has been the most widely adopted. One of the key reasons for this has been that their architectural approach makes them well suited for using the parallelization techniques offered by hardware accelerators based around GPU and FPGA devices. Another reason for the popularity of CNNs is that they suit working with data that has a lot of spatial continuity, of which image processing applications are a perfect fit. Spatial continuity refers to pixels in the vicinity of a specific location sharing similar intensity and color attributes. CNNs are architected out of different layers, each having a specific purpose, and there are two distinct phases used in their operation. The first part is an instruction, or training phase that allows the processing algorithm to understand what data it has and the relationship, or context between each piece of data. The CNN is created as a learning framework from the structured and unstructured data, with computer created neurons forming the network of connections and breaks. Pattern matching is a key concept behind a CNN, something that is used extensively in machine learning.
- 基于脈沖神經(jīng)網(wǎng)絡(luò)的遷移學(xué)習(xí)算法 15次下載
- 深度學(xué)習(xí)中的卷積神經(jīng)網(wǎng)絡(luò)層級分解綜述 5次下載
- 基于剪枝與量化的卷積神經(jīng)網(wǎng)絡(luò)壓縮算法 6次下載
- 神經(jīng)網(wǎng)絡(luò)及其在GIS中的應(yīng)用 11次下載
- 神經(jīng)網(wǎng)絡(luò)在控制中的應(yīng)用總結(jié) 7次下載
- 3小時學(xué)習(xí)神經(jīng)網(wǎng)絡(luò)與深度學(xué)習(xí)課件下載 0次下載
- 神經(jīng)網(wǎng)絡(luò)到卷積神經(jīng)網(wǎng)絡(luò)的原理 7次下載
- 神經(jīng)網(wǎng)絡(luò)的方法學(xué)習(xí)課件免費下載 17次下載
- 基于深度神經(jīng)網(wǎng)絡(luò)的文本分類分析 37次下載
- 神經(jīng)網(wǎng)絡(luò)與神經(jīng)網(wǎng)絡(luò)控制的學(xué)習(xí)課件免費下載 7次下載
- 快速了解神經(jīng)網(wǎng)絡(luò)與深度學(xué)習(xí)的教程資料免費下載 33次下載
- 神經(jīng)網(wǎng)絡(luò)在機器視覺的應(yīng)用 3次下載
- 神經(jīng)網(wǎng)絡(luò)在機器人運動控制中的應(yīng)用 38次下載
- 人工神經(jīng)網(wǎng)絡(luò)在天線設(shè)計中的應(yīng)用 67次下載
- 模糊神經(jīng)網(wǎng)絡(luò)在GPS高程轉(zhuǎn)換中的應(yīng)用
- BP神經(jīng)網(wǎng)絡(luò)的學(xué)習(xí)機制 680次閱讀
- BP神經(jīng)網(wǎng)絡(luò)在語言特征信號分類中的應(yīng)用 449次閱讀
- BP神經(jīng)網(wǎng)絡(luò)和卷積神經(jīng)網(wǎng)絡(luò)的關(guān)系 1674次閱讀
- 卷積神經(jīng)網(wǎng)絡(luò)在視頻處理中的應(yīng)用 689次閱讀
- 人工神經(jīng)網(wǎng)絡(luò)與傳統(tǒng)機器學(xué)習(xí)模型的區(qū)別 1462次閱讀
- 深度神經(jīng)網(wǎng)絡(luò)與基本神經(jīng)網(wǎng)絡(luò)的區(qū)別 1003次閱讀
- 神經(jīng)網(wǎng)絡(luò)在圖像識別中的應(yīng)用 741次閱讀
- 神經(jīng)網(wǎng)絡(luò)架構(gòu)有哪些 809次閱讀
- 神經(jīng)網(wǎng)絡(luò)中的激活函數(shù)有哪些 624次閱讀
- 詳解深度學(xué)習(xí)、神經(jīng)網(wǎng)絡(luò)與卷積神經(jīng)網(wǎng)絡(luò)的應(yīng)用 2237次閱讀
- 卷積神經(jīng)網(wǎng)絡(luò)的發(fā)展歷程及與深度學(xué)習(xí)的差異 6003次閱讀
- 如何使用Numpy搭建神經(jīng)網(wǎng)絡(luò) 3614次閱讀
- 神經(jīng)網(wǎng)絡(luò)是在許多用例中提供了精確狀態(tài)的機器學(xué)習(xí)算法 3146次閱讀
- 什么是神經(jīng)網(wǎng)絡(luò)?學(xué)習(xí)人工智能必會的八大神經(jīng)網(wǎng)絡(luò)盤點 2.5w次閱讀
- 為什么使用機器學(xué)習(xí)和神經(jīng)網(wǎng)絡(luò)以及需要了解的八種神經(jīng)網(wǎng)絡(luò)結(jié)構(gòu) 1.1w次閱讀
下載排行
本周
- 1TC358743XBG評估板參考手冊
- 1.36 MB | 330次下載 | 免費
- 2開關(guān)電源基礎(chǔ)知識
- 5.73 MB | 11次下載 | 免費
- 3100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 4嵌入式linux-聊天程序設(shè)計
- 0.60 MB | 3次下載 | 免費
- 5DIY動手組裝LED電子顯示屏
- 0.98 MB | 3次下載 | 免費
- 6基于FPGA的C8051F單片機開發(fā)板設(shè)計
- 0.70 MB | 2次下載 | 免費
- 751單片機PM2.5檢測系統(tǒng)程序
- 0.83 MB | 2次下載 | 免費
- 8基于51單片機的RGB調(diào)色燈程序仿真
- 0.86 MB | 2次下載 | 免費
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234315次下載 | 免費
- 2555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33566次下載 | 免費
- 3接口電路圖大全
- 未知 | 30323次下載 | 免費
- 4開關(guān)電源設(shè)計實例指南
- 未知 | 21549次下載 | 免費
- 5電氣工程師手冊免費下載(新編第二版pdf電子書)
- 0.00 MB | 15349次下載 | 免費
- 6數(shù)字電路基礎(chǔ)pdf(下載)
- 未知 | 13750次下載 | 免費
- 7電子制作實例集錦 下載
- 未知 | 8113次下載 | 免費
- 8《LED驅(qū)動電路設(shè)計》 溫德爾著
- 0.00 MB | 6656次下載 | 免費
總榜
- 1matlab軟件下載入口
- 未知 | 935054次下載 | 免費
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537797次下載 | 免費
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420027次下載 | 免費
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234315次下載 | 免費
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費
- 6電路仿真軟件multisim 10.0免費下載
- 340992 | 191186次下載 | 免費
- 7十天學(xué)會AVR單片機與C語言視頻教程 下載
- 158M | 183279次下載 | 免費
- 8proe5.0野火版下載(中文版免費下載)
- 未知 | 138040次下載 | 免費
評論