AN 1011: TinyML Applications in Altera FPGAs Using LiteRT for Microcontrollers
ID
848984
Date
4/07/2025
Public
Visible to Intel only — GUID: cpd1739933243355
Ixiasoft
2.1. Defining the Problem
Before developing any ML problem, determine the project's objective. Explore the project's key characteristics and identify the type of problem as regression or classification.
- Regression - Establish a relationship between input variables and output variables.
- Classification - Assign input data to specific predefined categories.
This example consists of the following aspects:
- The goal is to classify a single digit from 0 to 9, which presents a classification problem.
- Based on the MNIST (Modified National Institute of Standards and Technology) database that contains a large collection of handwritten digits.
- Implements the LeNet-5 Convolutional Neural Network (CNN) model architecture.