From b1b0ed885b9eee93a0b308b17d8e97a92b27c415 Mon Sep 17 00:00:00 2001 From: Fei Gao Date: Thu, 23 Jun 2016 11:31:03 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ec7dfe..f6f21f7 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ DMTK includes the following projects: * [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 algorithm for word embedding. * [Distributed skipgram mixture](https://github.com/Microsoft/distributed_skipgram_mixture): Distributed algorithm for multi-sense word embedding. + +Microsoft Open Source Code of Conduct +------------ + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. From d5a8f2a34f10e031f989632fdde76acf0e2bd34a Mon Sep 17 00:00:00 2001 From: Aerosoul Date: Mon, 27 Jun 2016 15:33:14 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6f21f7..ee70fdc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Distributed Machine Learning Toolkit [http://www.dmtk.io](http://www.dmtk.io) Please open issues in the project below. For any technical support email to [dmtk@microsoft.com](mailto:dmtk@microsoft.com) +# News + DMTK includes the following projects: * [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.