Skip to content

Commit 1c9f71c

Browse files
committed
Edit overview: TinyML section heading and remove trailing punctuation in bullets
1 parent 8855d61 commit 1c9f71c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • content/learning-paths/embedded-and-microcontrollers/observing-ethos-u-on-nxp

content/learning-paths/embedded-and-microcontrollers/observing-ethos-u-on-nxp/1-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ NXP generously provides free software for working with their boards, the [MCUXpr
3939

4040
[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.
4141

42-
## Software Overview - TinyML
42+
## Software Overview - TinyML.
4343

4444
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.
4545

@@ -48,8 +48,8 @@ For a learning path focused on creating and deploying your own TinyML models, pl
4848
## Benefits and applications
4949

5050
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
5454
- 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

Comments
 (0)