Skip to content

Mobilenet

The classification variant of the MobileNet architecture.

Architecture Variable Value
Key in architecture_dict "2D.MobileNet"
Input_shape (224, 224)
Standardization "tf"
Reference - Implementation

https://keras.io/api/applications/mobilenet/

Reference - Publication

Andrew G. Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andreetto, Hartwig Adam. 17 Apr 2017. MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications.
https://arxiv.org/abs/1704.04861