In this article, we will learn how to use transfer learning for a classification task.

One of the most powerful ideas in deep learning is that we can take the knowledge that a neural network has learned from one task and apply that knowledge to another task. This is called transfer learning.

As the first step lets import required modules and load the cats_vs_dogs dataset which is a TensorFlow Dataset. We will consider only 20% of the dataset, as we want to experiment with the usage of transfer learning when the training data is less.

#tensorflow #transfer-learning #data-science #machine-learning #deep-learning

Transfer learning for Deep Neural Networks using TensorFlow
2.40 GEEK