Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yureien/cifar10-keras

CIFAR-10 Keras DNN. About ~70% accuracy. Made for learning.
https://github.com/yureien/cifar10-keras

Last synced: 6 days ago
JSON representation

CIFAR-10 Keras DNN. About ~70% accuracy. Made for learning.

Awesome Lists containing this project

README

        

# CIFAR 10 DNN with Keras

Made for educational purposes to teach myself DCNN. It has about 65-70% accuracy last I checked, but then I also put in the testing images for training. So I do not know the current accuracy. Sorry.

## Usage

```
./get_data.sh
pip install -r requirements.txt
python train.py # This took ~2 hours on my laptop with a NVIDIA GT 940M GPU.
python predict.py /path/to/sample/image.png
```