You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/embedded-and-microcontrollers/observing-ethos-u-on-nxp/1-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ NXP generously provides free software for working with their boards, the [MCUXpr
39
39
40
40
[Visual Studio Code](https://code.visualstudio.com/) is a free integrated development environment provided by Microsoft. It is platform independent, full featured, and accomodating of many engineering frameworks. You will use Visual Studio Code to both configure NXP's software and connect to NXP's hardware.
41
41
42
-
## Software Overview - TinyML
42
+
## Software Overview - TinyML.
43
43
44
44
This Learning Path uses TinyML. TinyML is machine learning tailored to function on devices with limited resources, constrained memory, low power, and fewer processing capabilities.
45
45
@@ -48,8 +48,8 @@ For a learning path focused on creating and deploying your own TinyML models, pl
48
48
## Benefits and applications
49
49
50
50
NPUs, like Arm's [Ethos-U65](https://www.arm.com/products/silicon-ip-cpu/ethos/ethos-u65) NPU are available on physical devices specifically made for developers. Development boards like NXP's [FRDM i.MX 93](https://www.nxp.com/design/design-center/development-boards-and-designs/frdm-i-mx-93-development-board:FRDM-IMX93) also connect to displays via a HDMI cable. Additionally the board accepts video inputs. This is useful for for ML performance visualization due to:
51
-
- visual confirmation that your ML model is running on the physical device,
52
-
- image and video inputs for computer vision models running on the device,
53
-
- clearly indicated instruction counts,
51
+
- visual confirmation that your ML model is running on the physical device
52
+
- image and video inputs for computer vision models running on the device
53
+
- clearly indicated instruction counts
54
54
- confirmation of total execution time and
55
-
- visually appealing output for prototypes and demos.
55
+
- visually appealing output for prototypes and demos
0 commit comments