mljs / libsvm

LIBSVM for the browser and nodejs :fire:
https://mljs.github.io/libsvm/
BSD 3-Clause "New" or "Revised" License
82 stars 14 forks source link

Could you share some examples how to use this library? #17

Open rrfaria opened 5 years ago

rrfaria commented 5 years ago

I'm trying to convert a python stock price prediction to js This example I found is a very good example of use svm to stock price prediction https://github.com/saulocatharino/machine_learning_for_traders/blob/master/treina.py

I found your library and it seems to be awsome so I would like to use that to convert to js

could you help me?

cancerberoSgx commented 5 years ago

I agree some documentation for ML beginners is needed, seems there's more focus on JavaScript beginners... I found these:

https://github.com/mljs/ml/tree/master/examples/leafDataset https://github.com/mljs/libsvm/tree/master/examples https://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf

The last one is a beginners guide from the original library which clarified things a lot for me. Food luck and first of all, make sure that software use this same technology (https://github.com/cjlin1/libsvm)