Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 333 Bytes

Digit_Recognizer_LeNet-5

Features: Every convolutional layer includes three parts: convolution, pooling, and nonlinear activation functions Using convolution to extract spatial features (Convolution was called receptive fields originally) Subsampling average pooling layer tanh activation function Using MLP as the last classifier