An open API service indexing awesome lists of open source software.

https://github.com/smv1999/mnist-using-tensorflow


https://github.com/smv1999/mnist-using-tensorflow

Last synced: 3 months ago
JSON representation

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.

![alt text](https://raw.githubusercontent.com/smv1999/MNIST-using-Tensorflow/master/graph1.png)
![alt text](https://raw.githubusercontent.com/smv1999/MNIST-using-Tensorflow/master/graph2.png)