Skip to content

BTTHuyen/network-for-cifar-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

network-for-cifar-10

This demonstrates to achieve 90% accuracy on CIFAR-10 dataset

Environment

  • Tensorflow-gpu=2.0.0
  • Keras=2.3.1
  • 1 GPU with CUDA Version: 10.1

Network

  • Convolution layer is a set of 3 operations: Convolution, Activation & Batch normalization. Contain 8 convolution layers, 4 max Pooling layers.
  • The dropout layer is kept after the Pooling layer. I add 4 dropout layers with the rate is: 0.2, 0.3, 0.4, 0.5. Dropout used to prevent a model from overfitting.

Result:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages