Neural Network

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
User avatar
OlivierLenoir
Posts: 126
Joined: Fri Dec 13, 2019 7:10 pm
Location: Picardie, FR

Neural Network

Post by OlivierLenoir » Sat Feb 13, 2021 7:37 pm

Implement Neural Network Deep Feed Forward on micro-controller using MicroPython.
This project has been designed in pure MicroPython.

Neural Network project is available here and require Matrix available here.

I recommend to do the training on a computer, but you can run small training with MicroPython.
NeuralNetworkDFF3452.png
NeuralNetworkDFF3452.png (51.57 KiB) Viewed 1927 times
NeuralNetworkDFF342.png
NeuralNetworkDFF342.png (32.1 KiB) Viewed 1927 times
Last edited by OlivierLenoir on Sun Jul 11, 2021 4:22 pm, edited 1 time in total.

User avatar
OlivierLenoir
Posts: 126
Joined: Fri Dec 13, 2019 7:10 pm
Location: Picardie, FR

Re: Neural Network

Post by OlivierLenoir » Mon Feb 15, 2021 5:17 pm

You can also access the PDF documentation here.

Post Reply