Convolutional Neural Networks

MnasNet is a type of convolutional neural network optimized for mobile devices that is discovered through mobile neural architecture search, which explicitly incorporates model latency into the main objective so that the search can identify a model that achieves a good trade-off between accuracy and latency. The main building block is an inverted residual block (from MobileNetV2).

Source: MnasNet: Platform-Aware Neural Architecture Search for Mobile

Papers


Paper Code Results Date Stars

Categories