Transfer Learning
Project information
- Category: Transfer Learning with MobileNetV2
- GitHub: link
In real-world applications, it's uncommon for people to train a full Convolutional Network (ConvNet) from scratch with randomly initialized weights because datasets of sufficient size are rare. That's where Transfer Learning is used when the dataset has little data.
Tensorflow
Python
ML