Skip to content

In this notebook, we train a CNN to classify images from the CIFAR-10 database. The images in this database are small color images that fall into one of ten classes. We load in the training and test data, split the training data into a training and validation set, then create DataLoaders for each of these sets of data.

Notifications You must be signed in to change notification settings

umer7267/CIPHER-10-CNN-using-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CIPHER-10-CNN-using-Pytorch

In this notebook, we train a CNN to classify images from the CIFAR-10 database. The images in this database are small color images that fall into one of ten classes. We load in the training and test data, split the training data into a training and validation set, then create DataLoaders for each of these sets of data.

About

In this notebook, we train a CNN to classify images from the CIFAR-10 database. The images in this database are small color images that fall into one of ten classes. We load in the training and test data, split the training data into a training and validation set, then create DataLoaders for each of these sets of data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published