Skip to content

JiangGuanying/cifar-10-cnn

 
 

Repository files navigation

cifar-10-cnn

This repository is about some CNN Architecture's implementations for cifar10.

cifar10

I just use Keras and Tensorflow to implementate all of these CNN models.

Requirements

  • Python (3.5.2)
  • Keras (2.0.6)
  • tensorflow-gpu (1.2.1)

Architectures and papers

Accuracy of all my implementations

network dropout preprocess GPU epochs training time accuracy(%)
Lecun-Network - meanstd GTX980TI 180 30 min 76.27
Network-in-Network 0.5 meanstd GTX1060 164 1 h 30 min 91.15
Vgg19-Network 0.5 meanstd GTX980TI 164 4 hours 93.43
Residual-Network50 - meanstd GTX980TI 200 8 h 58 min 94.10
Wide-resnet 16x8 - meanstd GTX1060 200 11 h 32 min 95.14

About

Using cifar-10 datasets to learn deep learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%