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

https://github.com/daochenzha/cnn-for-mnist

A simple CNN that achieves 99.9% testing accuracy on MNIST
https://github.com/daochenzha/cnn-for-mnist

Last synced: over 1 year ago
JSON representation

A simple CNN that achieves 99.9% testing accuracy on MNIST

Awesome Lists containing this project

README

          

# CNN-for-MNIST
A very simple CNN that achieves 99.9% testing accuracy on MNIST

## Installation
With `python3` and `pip3` installed, run
```
pip3 install -r requirements.txt
```

## Run the Code
```
python3 cnn_mnist.py
```

## Results
The means and stardard deviations across 5 experiments on validaiton and testing sets are as below.

| Validation Set | Testing Set |
| --------------------| --------------------|
| 0.9923 +- 0.0006 | 0.9990 +- 0.0002 |