Skip to content

TensorFlow 2 implementation of transfer learning with MobileNetV2 from Coursera's Convolutional Neural Networks course

Notifications You must be signed in to change notification settings

sihohan/transfer-learning-MobileNetV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TensorFlow 2 implementation of transfer learning with MobileNetV2 from Coursera's Convolutional Neural Networks course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published