Skip to content

Commit 6bde2b9

Browse files
committed
Update README.md
1 parent 25c7d31 commit 6bde2b9

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# EmbeddedML for the STM32 Platform
2-
### Implementation of Embedded Machine Learning on the STM32 Platform
1+
# EmbeddedML
2+
### A Neural Network Library for Embedded "Edge" Devices
33

4-
This repository is aimed at promoting development solely on the STM32 (or similar platforms) for other development paths see the core EmbeddedML library.
5-
6-
**EmbeddedML** was first created to be an alternative to the limited options available for Artificial Neural Networks in C. It is designed to be efficient without sacrificing ease of use. It is meant to support students as well as industry experts and it is built to be expandable and straightforward to manipulate.
4+
**EmbeddedML** was first created to be an alternative to the limited options available for Artificial Neural Networks in C. It is designed to be efficient without sacrificing ease of use. It is meant to support students as well as industry experts as it is built to be expandable and straightforward to manipulate.
75

8-
## GETTING STARTED WITH SENSORTILE
6+
## EXAMPLES
7+
8+
### GETTING STARTED
9+
- Two examples are provided to show how a simple application could use embeddedML in a learning task.
10+
* XOR
11+
* XOR-AND
912

10-
### Examples
13+
### SENSORTILE
1114
- Learning Orientation Based on Accelerometer Data
1215
* [Video](https://youtu.be/phoKZ6RlKD0) of performance on STM's SensorTile
1316
- Learning the XOR-AND Gate
@@ -22,24 +25,20 @@ SensorTile: https://www.st.com/en/evaluation-tools/steval-stlkt01v1.html
2225

2326
Then, there are Tutorials you may follow below that will prepare you for this introduction to Embedded ML
2427

25-
Goto -> http://iot.ee.ucla.edu/UCLA-STMicro/index.php/Home
26-
27-
or for a backup site
28-
2928
Goto -> https://sites.google.com/view/ucla-stmicroelectronics-iot/home
3029

3130
Then, follow Tutorials 1,2,3 and 5.
3231

3332
These will allow you to run the SensorTile Examples.
3433

3534
**Tutorial 1:**
36-
Introduction to STMicroelectronics Development Environment and DataLog Project Example.
35+
N/A
3736

3837
**Tutorial 2:**
39-
Sensor System Signal Acquisition, Event Detection and Configuration
38+
N/A
4039

4140
**Tutorial 3:**
42-
Accelerometer Sensor Systems and Orientation and Event Detection
41+
N/A
4342

4443
**Tutorial 5:**
45-
SensorTile Firmware Programming
44+
N/A

0 commit comments

Comments
 (0)