I am currently using sklearn doing machine learning for the sensor data I collected from an android device.
But the thing is I need to do predictions after the model is trained. Since there will be lots of sensor data generated in a very short time, doing predicting in a server or some other machine is my last choice.
Then it comes to me that is there a way I could do sklearn in android? I could think of three solutions:
Is it possible to run sklearn in android and just let the sklearn script to do the prediction?
If not 1, is it possible for me to use some intermediate library in java (android) to pick up the model I trained in python?
If not 1 and 2, is it possible for me to use some other machine learning library that is supported in the android platform?
I work on a project that called sklearn-porter which ports trained models to a low level programming language like C, Java and JavaScript. More classifiers and regressors will be added at given time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With