Convolutional Neural Network

Structure

/assets/img/posts/TaveResearch/neuralN6/structure.png

Problem of fully-connected layers

Convolution Operation

/assets/img/posts/TaveResearch/neuralN6/conv1.png

Padding

/assets/img/posts/TaveResearch/neuralN6/padding.png

Stride

/assets/img/posts/TaveResearch/neuralN6/stride.png

Output size

/assets/img/posts/TaveResearch/neuralN6/output.png


Pooling layer

Max Pooling

/assets/img/posts/TaveResearch/neuralN6/max.png

Average Pooling

/assets/img/posts/TaveResearch/neuralN6/avg.png