Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Image classifier using CNN in PyTorch Lightning and MNIST data

The CNN_MNIST_PyTorch_Lightning.ipynb notebook shows how to train a CNN (including testing it and using it to make predictions) to predict the label on the MNIST database which is a set of images with handwritten digts from 0 to 9. The trained model reaches ~99% accuracy with only 6 epochs.

Dependencies

torch
torchmetrics
torchvision
pytorch-lightning
sklearn
matplotlib

About

Image Classifier using a Convolutional Neural Network implemented with PyTorch Lightning

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages