This repository is based on build LeNet with Python3 step by step.
Further information about this repository is in the following website:
http://hemingwang.blogspot.tw/2017/04/lenet.html
Slides: https://www.slideshare.net/YUNGKUEICHEN/lenet-image-recognition
There is a complete LeNet CNN in this folder.
To understand how to generate random number and how to random number work in LeNet.
Load the MNIST dataset.
Print out the labels and corresponding images.
Use filters to convolute the images and understand why the convolution layers can detect edges.
Get familiar with some famous activation function.
Use different Pooling methods to see how pooling layers actually work.