LENET-5

CNN to recongnize handwritten digits.

Principal features are:

  • kernels
  • decrease of spatial dimension and an increase of layers dimension alongside the layers
  • no padding, average pooling
  • 2 fully connected layers where each unit compute the distance between the input and the parameter vector

PREVIOUS NEXT