Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 659 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 659 Bytes

image-classification-PyTorch

In this notebook:

  • Used PyTorch, PyTorch-Lightning, and Fastai to solve image classification tasks using both FCNN and CNN on the MNIST dataset.
  • Prepare a custom dataset for the image classification task (cats and dog classifier).
  • Used transfer learning to fine-tune a pre-trained model (ResNet50) on the custom dataset.
  • Used Grad-CAM to visualize how the model predicts.

predictiongrad_cam