Difference between revisions of "ML-TN-001 - AI at the edge: comparison of different embedded platforms - Part 1"

From DAVE Developer's Wiki
Jump to: navigation, search
(Articles in this series)
Line 29: Line 29:
 
==Articles in this series==
 
==Articles in this series==
 
The other articles in this series are:
 
The other articles in this series are:
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_2|Part 2]]
+
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_2|Part 2: testing on Mito8M SoM (NXP i.MX8M)]]
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_3|Part 3]]
+
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_3|Part 3: testing on Xilinx Zynq UltraScale+ MPSoC ZCU104 Evaluation Kit)]]
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_4|Part 4]]
+
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_4|Part 4: testing on NXP i.MX8M Plus EVK)]]
 
<!--
 
<!--
 
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_5|Part 5]]
 
*[[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_5|Part 5]]
 
-->
 
-->

Revision as of 15:38, 7 September 2020

Info Box
NeuralNetwork.png Applies to Machine Learning
Work in progress


History[edit | edit source]

Version Date Notes
1.0.0 September 2020 First public release

Introduction[edit | edit source]

This Technical Note (TN for short) is the first one of a series illustrating how machine learning-based inference applications perform across different embedded platforms, which are eligible for building intelligent edge devices.

The idea is to develop one or more applications with the help of well-known open-source frameworks/libraries and to deploy them on such platforms to compare performances, resource utilization, development flow, etc.

Test application #1: fruit classifier[edit | edit source]

This application implements a classifier like the one described here. There is one notable difference, however. In this case, the model was created from scratch using TBD.

Model creation[edit | edit source]

Articles in this series[edit | edit source]

The other articles in this series are: