Convolutional Neural Networks
Convolutional Neural Networks
Structure
- Convolution Layers
- Activation Layer (Maybe ReLU)
- Pooling Layer
Reading
- Pooling Layers
- https://adeshpande3.github.io/
- http://colah.github.io/posts/2014-07-Conv-Nets-Modular/
- https://karpathy.github.io/2014/09/02/what-i-learned-from-competing-against-a-convnet-on-imagenet/