Convolutional Neural Networks

Back

Structure

  1. Convolution Layers
  2. Activation Layer (Maybe ReLU)
  3. Pooling Layer

Reading

  1. Pooling Layers
  2. https://adeshpande3.github.io/
  3. http://colah.github.io/posts/2014-07-Conv-Nets-Modular/
  4. https://karpathy.github.io/2014/09/02/what-i-learned-from-competing-against-a-convnet-on-imagenet/