Skip to content

Manel-Fares/Transfer-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer Learning

Transfer learning is especially powerful when you do not have a large and varied dataset. In this case, a model trained from scratch would likely memorize the training data quickly, but not be able to generalize well to new data. With transfer learning, you can increase your chances of training an accurate and robust model on a small dataset.

Objectives

  • Prepare a pretrained model for transfer learning
  • Perform transfer learning with your own small dataset on a pretrained model
  • Further fine tune the model for even better performance

About

Perform transfer learning for image classification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published