Skip to content

a nural network program to for understanding mnist hand written numbers

License

Notifications You must be signed in to change notification settings

chetak123/mnist_nuralnetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist_neuralnetwork

A neural network program for understanding mnist hand written numbers. This is a program in development , here i have made a simple nural network with 3 layers to understand handwritten number images from mnist dataset

neural2.mp4

To Run this locally on your machine:

First,clone the repository to your local machine:

git clone https://github.com/chetak123/mnist_nuralnetwork.git

Change the directory to mnist_proj1

cd mnist_proj1

Install the requirements:

pip install -r requirements.txt

Simply run the flask server:

python app.py or python3 app.py

The project will be avaliable at 0.0.0.0:5000

About

a nural network program to for understanding mnist hand written numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published