MP model
Geoffrey Hinton
BP algorithm
SVM
Hinton LeCun Bengio
BN Faster R-CNN ResidualNet
Hinton
Dropout AlexNet
ReLU
Hinton
DBN
1943 1940
1958
1969
1950 1960 1970
1986 1989 1991 1995 1997 2006 2011 2012 2015
Pooling layer aims to compress the input feature map, which can reduce the number of parameters in training process and the degree of over-fitting of the model. Max-pooling : Selecting the maximum value in the pooling window. Mean-pooling : Calculating the average of all values in the pooling window.
CNN avoids the complex pre-processing of image(etc.extract the artificial features), we can directly input the original image.
Basic components : Convolution Layers, Pooling Layers, Fully connected Layers
Back propagation -Calculating the difference between the actual output Op and the