Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshnarayanjha/mnist-nn
This repo contains files for predicting hand written digits using the well-known mnist dataset, using a neural network with keras.
https://github.com/harshnarayanjha/mnist-nn
keras mnist mnist-handwriting-recognition neural-network
Last synced: 15 days ago
JSON representation
This repo contains files for predicting hand written digits using the well-known mnist dataset, using a neural network with keras.
- Host: GitHub
- URL: https://github.com/harshnarayanjha/mnist-nn
- Owner: HarshNarayanJha
- Created: 2025-01-08T12:24:59.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-08T12:47:28.000Z (22 days ago)
- Last Synced: 2025-01-08T13:47:55.387Z (22 days ago)
- Topics: keras, mnist, mnist-handwriting-recognition, neural-network
- Language: Python
- Homepage: https://mnist-nn.streamlit.app
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digit Classification using Neural Networks
This repo contains files for predicting hand written digits using the well-known mnist dataset, using a neural network with keras.
You can find a pure python/numpy version [here](https://github.com/HarshNarayanJha/digit_classification)
### Demo
Run the streamlit app using
```shell
streamlit run main.py
```