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

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "{{InfoBoxTop}} {{AppliesToMachineLearning}} {{InfoBoxBottom}} thumb|center|200px|Work in progress __FORCETOC__ == History == {| class="wikitable" border="1"...")
 
Line 18: Line 18:
  
 
==Introduction==
 
==Introduction==
This Technical Note (TN for short) illustrates the execution of an inference application, which makes use
+
This Technical Note (TN for short) illustrates the execution of an inference application that makes use of the model described in [[ML-TN-001_-_AI_at_the_edge:_comparison_of_different_embedded_platforms_-_Part_1|this article]] and is executed on the [[:Category:Mito8M|Mito8M SoM]].
 +
 
 +
==Building==
 +
The application was written in C++. TBD
 +
 
 +
==Testing and performances==

Revision as of 14:56, 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) illustrates the execution of an inference application that makes use of the model described in this article and is executed on the Mito8M SoM.

Building[edit | edit source]

The application was written in C++. TBD

Testing and performances[edit | edit source]