Search found 2 matches

by Mr. Panda
Thu Apr 01, 2021 12:11 pm
Forum: Programs, Libraries and Tools
Topic: Porting Libraries important for Machine Learning to Micropython
Replies: 4
Views: 3747

Re: Porting Libraries important for Machine Learning to Micropython

Hi stijn,

Thanks, I will check that module. Currently I can apply Isolation Forest in the fog (Raspberry Pi in my case) and also in the cloud while using edge devices (pycom boards, arduinos) just to collect and forward a data. So, only applying that anomaly detection method at the edge is missing.
by Mr. Panda
Tue Mar 30, 2021 12:11 pm
Forum: Programs, Libraries and Tools
Topic: Porting Libraries important for Machine Learning to Micropython
Replies: 4
Views: 3747

Porting Libraries important for Machine Learning to Micropython

Hi, Is there any work in progress about migrating ML-related libraries like Pandas and Numpy to Micropython. I am trying to implement an Isolation Forest https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html on Pycom LoPy board but could not succeed due to lack of t...