Who is this for?

This is an introductory topic for developers and data scientists new to Tiny Machine Learning (TinyML) who want to explore its potential using PyTorch and ExecuTorch.

What will you learn?

Upon completion of this Learning Path, you will be able to:

  • Describe what differentiates TinyML from other AI domains
  • Describe the benefits of deploying AI models on Arm-based edge devices
  • Identify suitable Arm-based devices for TinyML applications
  • Set up and configure a TinyML development environment using ExecuTorch and Corstone-320 Fixed Virtual Platform (FVP)

Prerequisites

Before starting, you will need the following:

  • Basic knowledge of Machine Learning concepts
  • A Linux computer

Summary

AI-assisted

This summary was drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.

Close
?
You’ll learn TinyML on Arm with ExecuTorch and the Corstone-320 FVP. First, you’ll install ExecuTorch, configure the FVP, and compare resource-constrained edge inference with cloud machine learning. Then, you’ll implement a small PyTorch network and export it through ExecuTorch, creating an edge-ready artifact for a virtual target supporting Cortex-M and Arm Ethos-U.

Frequently asked questions

AI-assisted

These FAQs were drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.

Close
?
How do I know the Corstone-320 FVP setup worked?
The setup is successful when the setup scripts complete without errors and the reference package is available for use. At that point, the FVP is ready for software development and validation without a physical board.
What does installing ExecuTorch enable in this workflow?
ExecuTorch lets you export PyTorch models and prepare them for execution on resource‑constrained Arm targets. It provides the APIs used to convert the example network into an edge‑ready form.
What file do I create for the example model, and what does it include?
Create simple_nn.py, which defines a small feedforward network with two linear layers and a ReLU activation for a classification task. The script also uses torch.export and ExecuTorch conversion to generate an edge representation.
Do I need a physical development board?
No. The Corstone-320 FVP provides a pre-silicon environment to build and test software before hardware is available.
Which Arm components does the Corstone-320 FVP support?
The FVP includes support for Arm Ethos-U NPUs and Cortex-M processors. It’s designed for AI and machine learning workloads on microcontrollers.
Next