mljs / ml

Machine learning tools in JavaScript
MIT License
2.63k stars 209 forks source link

How relevant is this library as tensorflow.js is available now #103

Open adnan-kamili opened 6 years ago

adnan-kamili commented 6 years ago

Hi,

I was wondering that whether is this library still relevant as tensorflow.js is available now.

Is there something which I can do with this library and not using tensorflow.js

ohenepee commented 6 years ago

There are essentially two types of machine learning libraries available today:

Deep learning (CNN,RNN, fully connected nets, linear models) Everything else (SVM, GBMs, Random Forests, Naive Bayes, K-NN, etc)

Tensorflow (and tensorflow.js) fits into Deep Learning

yawetse commented 6 years ago

I love ml.js, and added a thin layer on top of tensorflow to handle the deep learning side of ml.js but with tensorflow - https://github.com/repetere/tensorscript