This commit is contained in:
Fei Gao 2015-11-10 02:21:56 +08:00
Родитель 2bda0fec55
Коммит 58c9192108
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,5 +5,5 @@ Distributed Machine Learning Tookit [http://www.dmtk.io](http://www.dmtk.io)
DMTK includes the following projects: DMTK includes the following projects:
* [DMTK framework(Multiverso)](https://github.com/Microsoft/multiverso): The parameter server framework for distributed machine learning. * [DMTK framework(Multiverso)](https://github.com/Microsoft/multiverso): The parameter server framework for distributed machine learning.
* [LightLDA](https://github.com/Microsoft/lightlda): Scalable, fast and lightweight system for large-scale topic modeling. * [LightLDA](https://github.com/Microsoft/lightlda): Scalable, fast and lightweight system for large-scale topic modeling.
* [Distributed word embedding](https://github.com/Microsoft/distributed_word_embedding): Distributed system for word embedding. * [Distributed word embedding](https://github.com/Microsoft/distributed_word_embedding): Distributed algorithm for word embedding.
* [Distributed skipgram mixture](https://github.com/Microsoft/distributed_skipgram_mixture): Distributed system for multi-sense word embedding. * [Distributed skipgram mixture](https://github.com/Microsoft/distributed_skipgram_mixture): Distributed algorithm for multi-sense word embedding.