Udacity Google Deep Learning learning Notes

Source: Internet
Author: User

1. Why add pooling (pooling) to the convolutional network

If you only use convolutional operations to reduce the size of the feature map, you will lose a lot of information. So think of a way to reduce the volume of stride, leaving most of the information, through pooling to reduce the size of feature map.

Advantages of pooling:

1. Pooled operation does not increase parameters

2. Experimental results show that the model with pooling is more accurate

Disadvantages of pooling:

1. Because the stride of the convolution is reduced, the computational amount is increased

2. At the same time, the pooling layer allows us to add two extra parameters (hyper parameters): Pooling size and pooling stride

2. Why 1x1 convolution

The convolution of the input image is equivalent to a linear classifier, but if you add a 1x1 convolution between the input picture and the convolution layer, the two layers are equivalent to combining a small neural network (nonlinear).

Udacity Google Deep Learning learning Notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.