Skip to content

foolmarks/cifar10_keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

Cifar10_Keras

CIFAR10 machine learning example using Keras

Demonstrates the following:

  • how to create a simple CNN using a Keras functional model API.
  • how load the CIFAR10 dataset and normalize the image values.
  • how to set up Keras callbacks for Tensorboard logging, early stopping and checkpoint saving.
  • how to compile, train, evaluate the model.
  • how to make predictions with the trained model.
  • how to save the Keras model as HDF5 and JSON formats.

Jupyter notebook here.

Python source code here.

About

CIFAR10 machine learning example using Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published