LeNet-5 using MINIST dataset
This is an kaggle competition. I taken dataset from the kaggle website.Click here to download dataset. Using that dataset I implement the LeNet-5 architecture and got the accuracy of 0.9751 with only 5 EPOCHS.If you want to learn LeNet-5 then click here to see the video.
- Jupyter Notebook
- Some basic packages like numpy,pandas,matplotlib
- Keras and tensorflow for machine learning and deep learning