Skip to content

katnoria/cifar10-classifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial Notebooks on Building CIFAR 10 Classifier

A collection on notebooks that cover building image classfiers using various deep learning frameworks as part of this post.

The objectives are to show how to:

  • create a simple classifier using CNNs
  • track experiments using Comet.ml, WandB
  • use hyperparameter tuning frameworks such as Keras-Tuner, Optuna, Ray Tune

Frameworks

  • TensorFlow
  • PyTorch
  • PyTorch Lightning