Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

CNN Basics

Learnt how to create dataloaders, models and training code in PyTorch. The following models were created and analysis carried out:

  • With Batch Norm
  • Adding new layers
  • With Dropout
  • Different activation functions at the end
  • Different pooling strategies
  • Different optimizers
  • Basic Augmentation like Rotation, Translation, Color Change

Dataset

It is available here. There are approximately 9233 images in train and 484 images in test set.

Submission

The submission is for this challenge on ai-crowd portal. This was done using a resnet-50 pre-trained model.

About

Learning how Convolutional Neural Networks work.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages