microsoft / DMTK

Microsoft Distributed Machine Learning Toolkit
http://www.dmtk.io
MIT License
2.75k stars 559 forks source link

ML functions #3

Closed jaelim closed 8 years ago

jaelim commented 8 years ago

Hi, Thanks for the great open source library. I was wondering if there are popular machine learning methods in DMTK that I can try such as random forest, SVM, KNN, PLS, NN, Tree Bagging, etc.?

feiga commented 8 years ago

@jaelim Hi, currently DMTK only contains LDA and word embedding.

taifeng1205 commented 8 years ago

@jaelim, hi, DMTK team is working very hard to push more algorithm into this took kit, we will soon release some algorithms you mentioned above.

taifeng1205 commented 8 years ago

one we have boosting tree. welcome to have a try. For NN, we are collaborating with CNTK, and help them to improve the distributed deep learning training.