This repository contains a TensorFlow 2 implementation of transfer learning with MobileNetV2 (CVPR '18).
The content here is from a programming assignment in the Convolutional Neural Networks course by Coursera.
├── assets
| ├── alpaca.png
| ├── mobilenetv2.png
| └── snowalpaca.png
├── notebooks
| └── Transfer_learning_with_MobileNet_v1.ipynb
├── .gitignore
└── README.md
- Sandler, Mark, et al. "Mobilenetv2: Inverted residuals and linear bottlenecks." Proceedings of the IEEE conference on computer vision and pattern recognition. 2018.
- Convolutional Neural Networks by Coursera.
https://www.coursera.org/account/accomplishments/certificate/3K6JK7Q5U5KD