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
### Implementation of Embedded Machine Learning on the STM32 Platform
1
+
# EmbeddedML
2
+
### A Neural Network Library for Embedded "Edge" Devices
3
3
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.
7
5
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
9
12
10
-
### Examples
13
+
### SENSORTILE
11
14
- Learning Orientation Based on Accelerometer Data
12
15
* [Video](https://youtu.be/phoKZ6RlKD0) of performance on STM's SensorTile
0 commit comments