Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.07 KB

Transfer Learning with MobileNetV2

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.

Alt text

Repository Organization

├── assets
|   ├── alpaca.png
|   ├── mobilenetv2.png
|   └── snowalpaca.png
├── notebooks
|   └── Transfer_learning_with_MobileNet_v1.ipynb
├── .gitignore
└── README.md

References

  • 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.

Credential URL

https://www.coursera.org/account/accomplishments/certificate/3K6JK7Q5U5KD