Convolutional Networks

 CNN

1. Overall architecture
It is my first time to learn the CNN, which is hot field in machine learning. I will try to speak detail of CNN.
convolutional network

> Q1: what is the channel?
The channel, which is the number of the input for special layer, could be image or feature map. For example(1), The number of channel is three in the first layer of CNN if the network is used to deal with RGB picture. (2) In the hidden layers, if the number of output of K layer is 32, then the number of channel of K+1 layer is previous output of K layer, that is 32.
> How the feature maps in k layer are performed by convolution layer?
convolutions
When performing the input features, the convolutional network deal with the patches from the same area of all previous layers.
> what is the convolution kernel?
Generally, the convolution kernel is be selected from the point that it is similar to the mechanism of brain which recognize the object feature. Based on the analysis, the Sobel or Laplace operator are used as convolution kernel.
the Sobel operator
Laplace
>what is the parameter sharing
Units organized into the same “feature map” share parameters
parameter sharing
In experiment, the distribute of parameter follows the Guussian or Xarvier distribution.
> what is the feature map?
For CNN, one convolution kernel means one feature map that is convolution kernel perform input data or feature maps to get certain feature map.
convolutional network
where every element of the set (64 64 256 256) is the number of feature maps in currency layer.
> what is the local connectivity
Each hidden layer is only connected with the subregion (patch) of the input image. Besides, it is connected to all channels.
local connectivity

>what is the pooling
The pooling is performed on the non-overlapping neighborhoods. However, there will has overlapping neighborhoods.
Max_Pooling
Average_Pooling
> what is the active function?
sigmoid
tanh

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值