Skip to content

wgomezf/CNN_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning for image classification

This workshop on deep learning techniques for image classification explores the basics of convolutional neural networks (CNNs), including the convolution operation, nonlinear activation functions, and downsampling via max-pooling. Also, it will be studied how transfer learning is used to solve new classification tasks from a pre-trained model, and how to use Grad-CAM to improve model explainability.

Participants will also perform practical Python exercises on Google Colab, featuring implementations of a basic CNN from scratch, named LeNet-5, used for handwritten character recognition. Also, this trained model will be transferred to solve another object recognition task from the Fashion-MNIST dataset. Finally, examples of image classification by the ResNet-50 model will focus on Grad-CAM explainability.

Workshop slides

  • PDF: Deep learning for image classification

Google Colab notebooks

Bibliography

Contact information

  • Email: wgomez at cinvestav.mx

About

Workshop on convolutional neural networks for image classification

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors