Page 1 of 1

Python-only neural network

Posted: Sat Mar 12, 2022 9:13 am
by tecdroid
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

Re: Python-only neural network

Posted: Sat Mar 12, 2022 7:38 pm
by OlivierLenoir
I've created a pure MicroPython Neural Network I've posted it here.