Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lovesaroha/digits-classification-training

Training a keras model to do classification using MNIST, a data set containing items of handwriting digits (0 to 9).
https://github.com/lovesaroha/digits-classification-training

convolutional-neural-network keras machine-learning mnist-dataset python

Last synced: 13 days ago
JSON representation

Training a keras model to do classification using MNIST, a data set containing items of handwriting digits (0 to 9).

Awesome Lists containing this project

README

        

# Digits-Classification-Training
Training a keras model to do classification using MNIST, a data set containing items of handwriting digits (0 to 9).
Trained model files [lovesaroha/Trained-Models/Digits-Classification-Model](https://github.com/lovesaroha/Trained-Models/Digits-Classification-Model)

Residual Network [lovesaroha/Custom-Neural-Networks](https://github.com/lovesaroha/Custom-Neural-Networks)

## Requirements
- Python 3 or higher.

## Packages

### Tensorflow
```bash
py -m pip install tensorflow
```
### Matplotlib
```bash
py -m pip install matplotlib
```

## Start Training
```bash
py convolutional_neural_network.py
```
```bash
py simple_neural_network.py
```
```bash
py resnet.py
```