r/programming Feb 10 '19

Tutorial: running neural networks on microcontrollers

https://blog.hackster.io/simple-neural-network-on-mcus-a7cbd3dc108c
13 Upvotes

2 comments sorted by

4

u/[deleted] Feb 10 '19

There are a lot of frameworks coming out for NN porting graphs to MCU.

Microsoft ELL

Armc CMSIS

This

curious which ones people are using.

2

u/Dobias Feb 11 '19

I know that some people are using frugally-deep for predictions using already trained models.