https://github.com/smv1999/mnist-using-tensorflow
https://github.com/smv1999/mnist-using-tensorflow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smv1999/mnist-using-tensorflow
- Owner: smv1999
- Created: 2020-04-04T15:20:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T17:32:50.000Z (over 5 years ago)
- Last Synced: 2025-06-12T17:50:16.240Z (4 months ago)
- Language: Python
- Size: 7.45 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working with MNIST Dataset Using Convolutional Neural Networks
With my latest advent into the field of Machine learning and Deep Learning, I tried my hands on the MNIST dataset and gained knowledge about Convolutional Neural Networks.
## Getting Started
* Clone or download this repository as ZIP format.
* Requirements: You can install the Python packages by using this command in the Command Prompt: `pip install -r requirements.txt`
* After that you are good to proceed to see a demo of the application.
* Run the project using `python mnist.py` and you can see the Data Visualization in the form of graphs and `python test.py` to validate the result against a sample image.
