Python-only 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
tecdroid
Posts: 27
Joined: Thu Apr 08, 2021 6:22 am

Python-only neural network

Post by tecdroid » Sat Mar 12, 2022 9:13 am

Hey there,
I recently learned that i was never unable to develop neural networks (looking back to about 10 attempts during the last 20 years) but too stupid to create the right training data...
Well, my last attempt is unable to do simple XOR but is able to learn handwritten digits.. The goal is to understand and create convolutional layers, too... someday..

Maybe someone finds it useful or has some ideas about it..
https://gitlab.com/rapp.jens/simple-cnn

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

Re: Python-only neural network

Post by OlivierLenoir » Sat Mar 12, 2022 7:38 pm

I've created a pure MicroPython Neural Network I've posted it here.

Post Reply