Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```