Customizing MobileNetV2 through transfer learning using Keras and Python [Part 4[

(See for code and written tutorials.) This is the fourth of a series of video tutorials about deep learning with Keras in Python. Here I show how you can modify a pretrained neural network, MobileNetV2, to perform a different task than the one it was originally trained for, a technique called transfer learning. I also show how you can validate the performance of this modified model to test whether it suffers from overfitting.
Back to Top