資料介紹
機器視覺在深學習神經(jīng)網(wǎng)絡中的應用
人工智能(AI)長期以來一直是科幻小說作家和學者的主題。將人腦的復雜性復制到計算機中的挑戰(zhàn)催生了新一代的科學家、數(shù)學家和計算機算法開發(fā)人員。持續(xù)的研究已經(jīng)讓位給使用人工智能,更經(jīng)常被稱為深學習或機器學習,越來越多的應用程序的一部分,我們的世界。雖然基本概念已經(jīng)存在了很長一段時間,商業(yè)現(xiàn)實從來沒有完全實現(xiàn)。在最近幾年中,數(shù)據(jù)生成的速度急劇上升,開發(fā)者不得不思考如何編寫算法來從中提取有價值的數(shù)據(jù)和統(tǒng)計數(shù)據(jù)。此外,另一個關鍵因素是高可用性的計算資源水平,云已經(jīng)心甘情愿地取得了。例如,在你的口袋里的智能手機可能會使用谷歌的現(xiàn)在(好谷歌)或蘋果的Siri語音命令的應用程序,使用深度學習算法的功率,稱為(人工)神經(jīng)網(wǎng)絡,使語音識別和學習能力。然而,除了與你的電話交談的樂趣和方便,有一系列的工業(yè),汽車和商業(yè)應用,現(xiàn)在受益于深學習神經(jīng)網(wǎng)絡的力量。

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)絡的遷移學習算法 15次下載
- 深度學習中的卷積神經(jīng)網(wǎng)絡層級分解綜述 5次下載
- 基于剪枝與量化的卷積神經(jīng)網(wǎng)絡壓縮算法 6次下載
- 神經(jīng)網(wǎng)絡及其在GIS中的應用 11次下載
- 神經(jīng)網(wǎng)絡在控制中的應用總結 7次下載
- 3小時學習神經(jīng)網(wǎng)絡與深度學習課件下載 0次下載
- 神經(jīng)網(wǎng)絡到卷積神經(jīng)網(wǎng)絡的原理 8次下載
- 神經(jīng)網(wǎng)絡的方法學習課件免費下載 18次下載
- 基于深度神經(jīng)網(wǎng)絡的文本分類分析 37次下載
- 神經(jīng)網(wǎng)絡與神經(jīng)網(wǎng)絡控制的學習課件免費下載 11次下載
- 快速了解神經(jīng)網(wǎng)絡與深度學習的教程資料免費下載 33次下載
- 神經(jīng)網(wǎng)絡在機器視覺的應用 3次下載
- 神經(jīng)網(wǎng)絡在機器人運動控制中的應用 38次下載
- 人工神經(jīng)網(wǎng)絡在天線設計中的應用 67次下載
- 模糊神經(jīng)網(wǎng)絡在GPS高程轉換中的應用
- 神經(jīng)網(wǎng)絡的初步認識 149次閱讀
- BP神經(jīng)網(wǎng)絡的學習機制 1.9k次閱讀
- BP神經(jīng)網(wǎng)絡在語言特征信號分類中的應用 1.2k次閱讀
- BP神經(jīng)網(wǎng)絡和卷積神經(jīng)網(wǎng)絡的關系 3k次閱讀
- 卷積神經(jīng)網(wǎng)絡在視頻處理中的應用 1.6k次閱讀
- 人工神經(jīng)網(wǎng)絡與傳統(tǒng)機器學習模型的區(qū)別 3.7k次閱讀
- 深度神經(jīng)網(wǎng)絡與基本神經(jīng)網(wǎng)絡的區(qū)別 2.6k次閱讀
- 神經(jīng)網(wǎng)絡架構有哪些 2.3k次閱讀
- 神經(jīng)網(wǎng)絡中的激活函數(shù)有哪些 1.7k次閱讀
- 詳解深度學習、神經(jīng)網(wǎng)絡與卷積神經(jīng)網(wǎng)絡的應用 3.5k次閱讀
- 卷積神經(jīng)網(wǎng)絡的發(fā)展歷程及與深度學習的差異 6.8k次閱讀
- 如何使用Numpy搭建神經(jīng)網(wǎng)絡 4.1k次閱讀
- 神經(jīng)網(wǎng)絡是在許多用例中提供了精確狀態(tài)的機器學習算法 3.5k次閱讀
- 什么是神經(jīng)網(wǎng)絡?學習人工智能必會的八大神經(jīng)網(wǎng)絡盤點 2.8w次閱讀
- 為什么使用機器學習和神經(jīng)網(wǎng)絡以及需要了解的八種神經(jīng)網(wǎng)絡結構 1.3w次閱讀
下載排行
本周
- 1TC358743XBG評估板參考手冊
- 1.36 MB | 330次下載 | 免費
- 2開關電源基礎知識
- 5.73 MB | 11次下載 | 免費
- 3100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 4嵌入式linux-聊天程序設計
- 0.60 MB | 3次下載 | 免費
- 5DIY動手組裝LED電子顯示屏
- 0.98 MB | 3次下載 | 免費
- 6基于FPGA的C8051F單片機開發(fā)板設計
- 0.70 MB | 2次下載 | 免費
- 751單片機PM2.5檢測系統(tǒng)程序
- 0.83 MB | 2次下載 | 免費
- 8基于51單片機的RGB調色燈程序仿真
- 0.86 MB | 2次下載 | 免費
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234315次下載 | 免費
- 2555集成電路應用800例(新編版)
- 0.00 MB | 33566次下載 | 免費
- 3接口電路圖大全
- 未知 | 30323次下載 | 免費
- 4開關電源設計實例指南
- 未知 | 21549次下載 | 免費
- 5電氣工程師手冊免費下載(新編第二版pdf電子書)
- 0.00 MB | 15349次下載 | 免費
- 6數(shù)字電路基礎pdf(下載)
- 未知 | 13750次下載 | 免費
- 7電子制作實例集錦 下載
- 未知 | 8113次下載 | 免費
- 8《LED驅動電路設計》 溫德爾著
- 0.00 MB | 6656次下載 | 免費
總榜
- 1matlab軟件下載入口
- 未知 | 935054次下載 | 免費
- 2protel99se軟件下載(可英文版轉中文版)
- 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十天學會AVR單片機與C語言視頻教程 下載
- 158M | 183279次下載 | 免費
- 8proe5.0野火版下載(中文版免費下載)
- 未知 | 138040次下載 | 免費
電子發(fā)燒友App





創(chuàng)作
發(fā)文章
發(fā)帖
提問
發(fā)資料
發(fā)視頻
上傳資料賺積分
評論