https://en.wikipedia.org/wiki/Convolutional_neural_network

Convolutional layers apply a convolution operation to the input, passing the result to the next layer. The convolution emulates the response of an individual neuron to visual stimuli.[7]

Each convolutional neuron processes data only for its receptive field. Tiling allows CNNs to tolerate translation of the input image (eg. translation, rotation, perspective distortion) .[clarification needed]

Although fully connected feedforward neural networks can be used to learn features as well as classify data, it is not practical to apply this architecture to images. A very high number of neurons would be necessary even in a shallow architecture (opposite of deep). The convolution operation brings a solution to this problem as it reduces the number of free parameters, allowing the network to be deeper with fewer parameters.[8] In other words, it resolves the vanishing or exploding problems in training traditional multi-layer neural networks with many layers by using backpropagation.

最新文章

  1. shell 套用expect
  2. HashSet源码详解
  3. 谷歌开源项目Google Preview Image Extractor(PIEX) (附上完整demo代码)
  4. ios中的几种多线程实现
  5. [老老实实学WCF] 第三篇 在IIS中寄存服务
  6. C#中保留2位小数
  7. Android之HTTP网络通信--GET传递
  8. 原生态的ajax代码
  9. Django_ORM_字段属性
  10. UIManager
  11. Spark GraphX快速入门
  12. Sqlserver自动优化
  13. CentOS No manual entry for man 没有 xx 的手册页条目
  14. BugkuCTF 域名解析
  15. 自学Aruba1.4-Aruba体系结构-产品线
  16. 大津法---OTSU算法
  17. JS 8-2 再谈原型
  18. (转)ElasticSearch学习
  19. BZOJ4813或洛谷3698 [CQOI2017]小Q的棋盘
  20. MVC ---- EF高级增删改

热门文章

  1. 【Eclipse】Eclipse 中 使用 Git 方法
  2. tomcat修改默认访问首页
  3. 不删除记录的表CRUD的常见处置
  4. Git版本管理
  5. Android学习(五) 圆角实现(转)
  6. windows 网站迁移到linux
  7. SQL 根据表获取字段字符串
  8. Android基础笔记(十八)- Fragment
  9. 快速自检电脑是否被黑客入侵过(Linux版)
  10. Linux安装php-7.0.16,完成php和apache的配置