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
NNoM is released under Apache License 2.0 since nnom-V0.2.0.
18
+
License and copyright information can be found within the code.
19
+
15
20
## Why NNoM?
16
21
The aims of NNoM is to provide a light-weight, user-friendly and flexible interface for fast deploying.
17
22
@@ -27,14 +32,12 @@ After 2014, the development of Neural Networks are more focus on structure optim
27
32
However, the available NN libs for MCU are too low-level which make it sooooo difficult to use with these complex strucures.
28
33
29
34
Therefore, we build NNoM to help embedded developers to faster and simpler deploying NN model directly to MCU.
30
-
> NNoM will manage the strucutre, memory and everything else for developer. All you need is feeding your measurements then get the results.
35
+
> NNoM will manage the strucutre, memory and everything else for the developer. All you need to do is feeding your new measurements and getting the results.
31
36
32
37
**NNoM is now working closely with Keras (You can easily learn [**Keras**](https://keras.io/) in 30 seconds!).**
33
38
There is no need to learn TensorFlow/Lite or other libs.
34
39
35
40
36
-
---
37
-
38
41
## Documentations
39
42
API manuals are available in **[API Manual](https://majianjia.github.io/nnom/)**
40
43
@@ -50,8 +53,6 @@ API manuals are available in **[API Manual](https://majianjia.github.io/nnom/)**
50
53
51
54
[RT-Thread-MNIST example (中文例子)](docs/example_mnist_simple_cn.md)
52
55
53
-
---
54
-
55
56
## Examples
56
57
57
58
**Documented examples**
@@ -64,7 +65,6 @@ API manuals are available in **[API Manual](https://majianjia.github.io/nnom/)**
64
65
65
66
Please check [examples](https://github.com/majianjia/nnom/tree/master/examples) for more applications.
66
67
67
-
---
68
68
69
69
70
70
## Available Operations
@@ -116,21 +116,16 @@ Activation can be used by itself as layer, or can be attached to the previous la
116
116
| Substraction | Beta|Sub()||
117
117
| Dot | Under Dev. |||
118
118
119
-
120
-
121
119
## Dependencies
122
120
123
121
NNoM now use the local pure C backend implementation by default. Thus, there is no special dependency needed.
124
122
125
123
126
-
127
124
## Optimization
128
125
You can select [CMSIS-NN/DSP](https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/NN) as the backend for about 5x performance with ARM-Cortex-M4/7/33/35P.
129
126
130
127
Check [Porting and optimising Guide](docs/Porting_and_Optimisation_Guide.md) for detail.
0 commit comments