# LeNet5-MNIST-PyTorch **Repository Path**: yangwulve/LeNet5-MNIST-PyTorch ## Basic Information - **Project Name**: LeNet5-MNIST-PyTorch - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeNet5-MNIST-PyTorch #### This is the simplest implementation of the paper "Gradient-based learning applied to document recognition" in PyTorch. #### Have a try with artificial intelligence! #### Feel free to ask anything! ## Requirments Python3 PyTorch >= 0.4.0 torchvision >= 0.1.8 ## Usage ``` $git clone https://github.com/ChawDoe/LeNet-5-MNIST-PyTorch.git $cd LeNet-5-MNIST-PyTorch $python3 train.py ``` ## Hint This repo includes the mnist dataset. ## Accuracy Average precision on test set: 99%