Skip to content

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

License

Notifications You must be signed in to change notification settings

Yureien/CIFAR10-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages