Where can I download neural networks for transfer learning?

Professor Ng said that it is often useful to use a pre-trained neural network and just train the final layer when we do not have much data available. However, I don’t know how and where to download these neural networks. Is there a repository or something on the web?

Thanks in advance.

Hi @Levent,

Here is a tutorial for transfer learning which downloads a pre-trained NN. Here is a list of other models you can download by the same way as done in the tutorial. Here is a hub of pre-trained models but you will need to look into how to use them. Lastly, if you have the name of a model you want to try out, you might google it and see if a pre-trained version is available.

Raymond

2 Likes

Check this out: 5 Websites to Download Pre-trained Machine Learning Models | by Mauricio Fadel Argerich | Towards Data Science

1 Like