You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to extract features from images by using the pre-trained MobileNetV2 model.
The images are not part of this github repository.
About
Here I show how a pre-trained model as MobileNetV2 can be used to extract features from images. The extracted features can the be considered to train a model on the data of interest. The approach described here is one variant of transfer learning.