Using sklearn in android device

后端 未结 1 1338
情深已故
情深已故 2021-02-06 04:45

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 t

相关标签:
1条回答
  • 2021-02-06 05:05

    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.

    0 讨论(0)
提交回复
热议问题