Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Introduction to Image Classification Using Pytorch| FashionMNIST| CIFAR10| MNIST

This repository contains the tutorial code for building Image Classifier Using Pytorch

Outline of Notebook

  • Downloading dataset (Fashion MNIST)
  • Dataloader in torch.utils
  • Visualising images
  • Single and multiple convolutional layers
  • LeNet
  • Training LeNet
  • Training on GPU
  • Simple visualisation
  • Exercises

Jump into code

  • Click here to open the code to classify CIFAR10 in colab Click here to open in Colab

  • Click here to open the code to classify FashionMNIST in colab Click here to open in Colab

Tutorial Blog