Deep Transfer Learning for Image Classification

A step-by-step tutorial from data import to accuracy evaluation

Vegard Flovik
Towards Data Science
15 min readFeb 28, 2020

--

The following tutorial covers how to set up a state of the art deep learning model for image classification. The approach is based on the machine learning frameworks “Tensorflow” and “Keras”, and includes all the code needed to replicate the results in this tutorial…

--

--