Skip to content

CIFAR-10 classification solved with 90% validation accuracy using DenseNet in 50 epochs

Notifications You must be signed in to change notification settings

Vishwa22/Densenet-on-CIFAR10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Densenet-on-CIFAR10

This is one of tutorial from my early deep learning days. It is beginner friendly keras tutorial to get you feet wet with basics of deep learning.

It includes concepts of:

  • Image augmentation
  • Transfer learning
  • Learning rate scheduling

Deep learning model used here is DenseNet

The goal is to get best accuracy on validation data (test data) of close to 90% within 50 epochs! Check out the IPython Notebook Densenet_on_CIFAR10.ipynb

About

CIFAR-10 classification solved with 90% validation accuracy using DenseNet in 50 epochs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published