首页 > 其他 > 详细

卷积神经网络CNN的应用场景

时间:2018-02-07 14:04:24      阅读:3237      评论:0      收藏:0      [点我收藏+]

卷积网络(Convolutional Network)也叫卷积神经网络(Convolutional Neural Network, CNN),是一种专门用来处理具有类似网络结构的数据的神经网络。

例如时间序列数据(可以认为是是在时间轴上有规律地采样形成的一维网格)和图像数据(可以看作是二维的像素网格)。 卷积网络在诸多应用领域都表现优
异。 卷积神经网络’’ 一词表明该网络使用了 卷积convolution)这种数学运算。卷积是一种特殊的线性运算。 卷积网络是指那些至少在网络的一层中使用卷积运算来替代一般的矩阵乘法运算的神经网络。
 Why CNN for Image ?

  • Some patterns are much smaller than the whole image 。

    A neuron does not have to see the whole image to discover the pattern

    Connecting to small region with less parameters
技术分享图片

  • The same patterns appear in different regions

技术分享图片

  • Subsampling the pixels will not change the object 

 技术分享图片

  We can subsample the pixels to make image smaller
  Less parameters for the network to process the image

 

技术分享图片

 

 技术分享图片

 

卷积神经网络CNN的应用场景

原文:https://www.cnblogs.com/gaoyang2018/p/8425825.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!