PawarMukesh / CNN-TransferLearning

The basic premise of transfer learning is simple: take a model trained on a large dataset and transfer its knowledge to a smaller dataset. For object recognition with a CNN, we freeze the early convolutional layers of the network and only train the last few layers which make a prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNN-TransferLearning

About

The basic premise of transfer learning is simple: take a model trained on a large dataset and transfer its knowledge to a smaller dataset. For object recognition with a CNN, we freeze the early convolutional layers of the network and only train the last few layers which make a prediction


Languages

Language:Jupyter Notebook 100.0%