# LeNets-MNIST-TensorFlow **Repository Path**: yangwulve/LeNets-MNIST-TensorFlow ## Basic Information - **Project Name**: LeNets-MNIST-TensorFlow - **Description**: LeNets-MNIST-TensorFlow, with LeNets-1,4,5 - **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 # LeNets-MNIST-TensorFlow Implement LeNet-1, LeNet-4 and LeNet-5 with TensorFlow, trained and evaluated with MNIST. (MNIST data included in Repository) ## Platform CPU: i7-8700 GPU: GTX-1660 System: Windows 10 Application: Spyder 3.3.6 ## How to use Run train.py to train the LeNets with MNIST, eval.py to test. ## Files mnist: MNIST images and labels environments.yml: my tensorflow environment for this Repository model.py: some LeNets models func.py: functions used in train.py and eval.py