- Java Deep Learning Projects
- Md. Rezaul Karim
- 116字
- 2021-06-18 19:08:03
Capsule networks
CNNs perform well at classifying images. However, if the images have rotation, tilt, or any other different orientation, then CNNs show relatively very poor performance. Even the pooling operation in CNNs cannot much help against the positional invariance.
This issue in CNNs has led us to the recent advancement of CapsNet through the paper titled Dynamic Routing Between Capsules (see more at https://arxiv.org/abs/1710.09829) by Geoffrey Hinton et al.
Unlike a regular DNN, where we keep on adding layers, in CapsNets, the idea is to add more layers inside a single layer. This way, a CapsNet is a nested set of neural layers. We'll discuss more in Chapter 11, Discussion, Current Trends, and Outlook.
推薦閱讀
- Splunk 7 Essentials(Third Edition)
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時(shí)代不能不說的事
- 輕輕松松自動(dòng)化測試
- Learning Social Media Analytics with R
- PIC單片機(jī)C語言非常入門與視頻演練
- JMAG電機(jī)電磁仿真分析與實(shí)例解析
- 運(yùn)動(dòng)控制器與交流伺服系統(tǒng)的調(diào)試和應(yīng)用
- Java Web整合開發(fā)全程指南
- Windows游戲程序設(shè)計(jì)基礎(chǔ)
- Visual FoxPro數(shù)據(jù)庫基礎(chǔ)及應(yīng)用
- 邊緣智能:關(guān)鍵技術(shù)與落地實(shí)踐
- Hands-On Reactive Programming with Reactor
- 精通數(shù)據(jù)科學(xué):從線性回歸到深度學(xué)習(xí)
- 軟件構(gòu)件技術(shù)
- 手機(jī)游戲策劃設(shè)計(jì)