Page 1 of 1

keras neaural network - mycropython

Posted: Thu Oct 05, 2017 3:39 pm
by ales222
Hi!
I just want to know if it is possible to run on mycropython a neural network wrote on Python using keras library.

thank you for your help!

Re: keras neaural network - mycropython

Posted: Thu Oct 05, 2017 8:18 pm
by deshipu
Keras requires numpy and scipy, so no, it's not possible.

Re: keras neaural network - mycropython

Posted: Fri Oct 06, 2017 7:46 am
by ales222
what a pity...
Do you know how can implement a keras neural network on hardware??
Something that support keras and all the other libraries necessary (numpy,pandas,scipy.io ,random,matplotlib)

Re: keras neaural network - mycropython

Posted: Fri Oct 06, 2017 10:59 am
by torwag
In that case go for a RPi instead of a micropython board. A Pi-Zero if it has to be small....

Re: keras neaural network - mycropython

Posted: Fri Oct 06, 2017 12:09 pm
by ales222
thanks!
I will make researches on Rasberrypi to know if it is suitable for solve my problem!

Re: keras neaural network - mycropython

Posted: Thu Jan 10, 2019 4:11 pm
by rcolistete
See MicroMLP for ESP32/Pycom boards :
https://github.com/jczic/MicroMLP