Key Concepts for Deploying Machine Learning Models to Mobile

By Spell - 2020-12-02

Description

In this guest article from Fritz AI, we'll be outlining the key considerations in building a mobile-focused ML pipeline from end-to-end.

Summary

  • Introduction The worlds of mobile development and machine learning are quite far apart.
  • For example, a perfect set of images scraped from the web leads to trained models that likely perform poorly in the real world.
  • Similarly, a technique known as knowledge distillation can be used to train much smaller networks that mimic the results of larger, more accurate ones.
  • For instance, if your model is supposed to analyze video in real-time (i.e.
  • runs at 30 FPS on all target mobile devices), there are a number of steps you’ll need to take in terms of monitoring and managing your workflow.

 

Topics

  1. Machine_Learning (0.21)
  2. Backend (0.2)
  3. NLP (0.16)

Similar Articles

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...