keras neaural network - mycropython

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
ales222
Posts: 3
Joined: Thu Oct 05, 2017 3:19 pm

keras neaural network - mycropython

Post by ales222 » Thu Oct 05, 2017 3:39 pm

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!

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: keras neaural network - mycropython

Post by deshipu » Thu Oct 05, 2017 8:18 pm

Keras requires numpy and scipy, so no, it's not possible.

ales222
Posts: 3
Joined: Thu Oct 05, 2017 3:19 pm

Re: keras neaural network - mycropython

Post by ales222 » Fri Oct 06, 2017 7:46 am

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)

torwag
Posts: 220
Joined: Fri Dec 13, 2013 9:25 am

Re: keras neaural network - mycropython

Post by torwag » Fri Oct 06, 2017 10:59 am

In that case go for a RPi instead of a micropython board. A Pi-Zero if it has to be small....

ales222
Posts: 3
Joined: Thu Oct 05, 2017 3:19 pm

Re: keras neaural network - mycropython

Post by ales222 » Fri Oct 06, 2017 12:09 pm

thanks!
I will make researches on Rasberrypi to know if it is suitable for solve my problem!

User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

Re: keras neaural network - mycropython

Post by rcolistete » Thu Jan 10, 2019 4:11 pm

See MicroMLP for ESP32/Pycom boards :
https://github.com/jczic/MicroMLP
My "MicroPython Samples". My "MicroPython Firmwares" with many options (double precision, ulab, etc).

Post Reply