From 2712a566b6b710e8a220e64703019664383351c0 Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Tue, 27 Jun 2017 13:36:27 -0700 Subject: [PATCH] Update README.md Made explicit https calls --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2744857..5d062bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DMTK -Distributed Machine Learning Toolkit [http://www.dmtk.io](http://www.dmtk.io) +Distributed Machine Learning Toolkit [https://www.dmtk.io](https://www.dmtk.io) Please open issues in the project below. For any technical support email to [dmtk@microsoft.com](mailto:dmtk@microsoft.com) DMTK includes the following projects: @@ -14,10 +14,10 @@ DMTK includes the following projects: # Updates ## 2017-02-04 -* A tutorial on the latests updates of Distributed Machine Learning is presented on [AAAI 2017](http://www.aaai.org/Conferences/AAAI/aaai17.php). you can download the slides [here](http://www.dmtk.io/tutorial_on_aaai2017.html). +* A tutorial on the latests updates of Distributed Machine Learning is presented on [AAAI 2017](https://www.aaai.org/Conferences/AAAI/aaai17.php). you can download the slides [here](https://www.dmtk.io/tutorial_on_aaai2017.html). ## 2016-11-21 -* [Multiverso](https://github.com/Microsoft/multiverso) has been officially used in Microsoft [CNTK](http://github.com/microsoft/cntk) to power its ASGD parallel training. +* [Multiverso](https://github.com/Microsoft/multiverso) has been officially used in Microsoft [CNTK](https://github.com/microsoft/cntk) to power its ASGD parallel training. ## 2016-10-17 * [LightGBM](https://github.com/Microsoft/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.