[Questions about Machine Learning] Chapter V Convolutional Neural Network

Q. What is Convolutional Neural Network? a.k.a CNN?

Q. What are the main components of CNN?

A. Input, Conv, Activation, Pooling and Fully Connected Layer.

Q. What is convolution?

Q. What are the main parameters in the convolution layer?

Q. What are the different types of convolution layer?

Q. What are the differences between 2D and 3D convolution?

Q. What is pooling?

Q. What are the methods for pooling?

A. There are a few methods.

Q.