Skip to content

This repository is a beginner's guide to Transfer Learning using Pytorch. It is a concise implementation of how to generalise on a very small dataset (<250 training images) using something called Transfer Learning.

Notifications You must be signed in to change notification settings

Vortexx2/ants-and-bees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ants and Bees

  • This repository is a beginner's guide to Transfer Learning using Pytorch.
  • It is a concise implementation of how to generalise on a very small dataset (<250 training images) using something called Transfer Learning.
  • I have used a pretrained ResNet model with both finetuning the entire net as well as just adjusting the weights of the final layer to quickly generalise on this dataset and get accuracy of more than 95%.

About

This repository is a beginner's guide to Transfer Learning using Pytorch. It is a concise implementation of how to generalise on a very small dataset (<250 training images) using something called Transfer Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published