Skip to content

Edge deployments

Requirements

  • You should understand the difficulties of deploying machine learning models on edge devices (e.g. smartphones, raspberry pi's, etc.).
  • You should understand the following model optimization techniques and their benefits and drawbacks:
    • Quantization
    • Pruning
    • Knowledge distillation
  • You should be able to create a TensorFlow Lite model from a TensorFlow model.
  • You should be able to apply the following model optimization techniques to a TensorFlow model:
    • Quantization
    • Pruning

Theory

Articles

Video

Manuals

Online Courses