© Brett Koonce 2021
B. KoonceConvolutional Neural Networks with Swift for Tensorflowhttps://doi.org/10.1007/978-1-4842-6168-2_8

8. MobileNet v1

Brett Koonce1  
(1)
Jefferson, MO, USA
 

There were some interesting attempts to get smaller models running on device post SqueezeNet. What was needed was a model designed specifically on mobile devices. What a group of researchers at Google produced was called MobileNet, which is an important family of networks for you to understand and where we will be spending a few chapters. At a high level, we will use depthwise separable convolutions to produce an even more accurate network than SqueezeNet that runs well on mobile phone hardware.

MobileNet (v1)

> MobileNets: Efficient Convolutional Neural Networks for Mobile ...

Get Convolutional Neural Networks with Swift for Tensorflow: Image Recognition and Dataset Categorization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.