Today, neural networks are rarely trained from scratch. Instead, they use previously trained models as a starting point. This makes it possible to develop high accuracy models even with small datasets. This is called “Transfer Learning” and this week you will use it to train a neural network.
Leave a Comment