16.11 Convnet Models Pretrained on ImageNet

  • With deep learning, you can use pretrained deep neural network models to:
    • make new predictions
    • continue training them further with new data
    • transfer the weights learned by a model for a similar problem into a new model
      • transfer learning

Keras Pretrained Convnet Models

Reusing Pretrained Models

  • ImageNet is too big for efficient training on most computers
  • Most people interested in using it start with one of the smaller pretrained models
  • Can reuse just the architecture of each model and train it with new data
  • Can reuse the pretrained weights
  • Simple examples of using pretrained models

ImageNet Challenge (1 of 3)

ImageNet Challenge (2 of 3)

  • A lot of what you’ve seen in the machine learning and deep learning chapters is what the Kaggle competition website is all about.
  • There’s no obvious optimal solution for many machine learning and deep learning tasks.
  • People’s creativity is really the only limit.
  • On Kaggle, companies and organizations fund competitions where they encourage people worldwide to develop better-performing solutions for something important to their business or organization.

ImageNet Challenge (3 of 3)


©1992–2020 by Pearson Education, Inc. All Rights Reserved. This content is based on Chapter 5 of the book Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud.

DISCLAIMER: The authors and publisher of this book have used their best efforts in preparing the book. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. The authors and publisher make no warranty of any kind, expressed or implied, with regard to these programs or to the documentation contained in these books. The authors and publisher shall not be liable in any event for incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of these programs.