Microsoft Distributed Machine Learning Toolkit
Перейти к файлу
Qiwei Ye 67b4d75ecd Update README.md 2017-02-04 17:14:42 +08:00
LightGBM@ab5ab8a7b6 Update submodule 2016-11-06 14:33:39 +08:00
LightLDA@3278bbc5f2 rename the repos to Light 2016-10-21 18:05:56 +08:00
Multiverso@06d4f48e57 Update submodule 2016-11-06 14:33:39 +08:00
.gitmodules rename the repos to Light 2016-10-21 18:05:56 +08:00
LICENSE add LICENSE 2015-11-10 02:14:13 +08:00
README.md Update README.md 2017-02-04 17:14:42 +08:00

README.md

DMTK

Distributed Machine Learning Toolkit http://www.dmtk.io Please open issues in the project below. For any technical support email to dmtk@microsoft.com

DMTK includes the following projects:

  • DMTK framework(Multiverso): The parameter server framework for distributed machine learning.
  • LightLDA: Scalable, fast and lightweight system for large-scale topic modeling.
  • LightGBM: LightGBM is a fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
  • Distributed word embedding: Distributed algorithm for word embedding implemented on multiverso.

Updates

2017-02-04

  • A tutorial on the latests updates of Distributed Machine Learning is presented on AAAI 2017. you can download the slides here.

2016-11-21

  • Multiverso has been officially used in Microsoft CNTK to power its ASGD parallel training.

2016-10-17

  • LightGBM has been released. which is a fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

2016-09-12

  • A talk on the latest updates of DMTK is presented on GTC China. We also described the latest research work from our team, including the lightRNN(to be appeared in NIPS2016) and DC-ASGD.

2016-07-05

  • Multiverso has been upgrade to new API.Overview
  • Deep learning framework (torch/theano) support has been added.
  • Python/Lua bidding has been supported, you can using multiverso with Python/Lua.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.