Transfer learning for image classification with Keras

Ioannis NasiosComputer Vision, Data Science, Deep Learning, Keras Leave a Comment

  Transfer learning from pretrained models can be fast in use and easy to implement, but some technical skills are necessary in order to avoid implementation errors. Here we describe a fast and easy to understand procedure using data from Kaggle’s Dog Breed Identification competition as an example. The same principles can be applied on virtually any image classification problem. …