What is: MobileNetV1?
| Source | MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications |
| Year | 2000 |
| Data Source | CC BY-SA - https://paperswithcode.com |
MobileNet is a type of convolutional neural network designed for mobile and embedded vision applications. They are based on a streamlined architecture that uses depthwise separable convolutions to build lightweight deep neural networks that can have low latency for mobile and embedded devices.
