Open adnan-kamili opened 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
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
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