Skip to content

Commit 1353e6c

Browse files
committed
clean staff for blog
1 parent 2f845f0 commit 1353e6c

File tree

1 file changed

+82
-92
lines changed

1 file changed

+82
-92
lines changed

index.html

Lines changed: 82 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@
4040
<div class="jumbotron">
4141
<div class="container">
4242
<h1><img src="https://avatars2.githubusercontent.com/u/11508361?v=3&s=80" alt="DMLC" class="img-rounded"> <small>| Distributed (Deep) Machine Learning Common </small></h1>
43-
<p class="lead">DMLC is a community for large-scale machine learning researchers to developed and collaborate on scalable and
44-
reliable open source libraries for machine learning.
45-
All projects are licenced under Apache 2.0 or BSD license.
46-
Contributors come from leading universities and companies. We are warmly welcome new
47-
contributors and projects to join it. </p>
43+
<p class="lead">DMLC develops scalable and reliable open source libraries for machine learning. </p>
4844
<p><a class="btn btn-primary btn-lg" href="https://github.com/dmlc" role="button">View in Github »</a></p>
4945
</div>
5046
</div>
@@ -54,31 +50,30 @@ <h2>Machine Learning Libraries</h2>
5450
<div class="row">
5551
<div class="col-md-3">
5652
<h2><a href="https://github.com/dmlc/wormhole" >Wormhole</a></h2>
57-
<p>Wormhole is a place where DMLC projects works together to provide
58-
scalable and reliable machine learning toolkits that can run on
59-
various platforms such as Hadoop Yarn, Amazon EC2, MPI, etc. </p>
53+
<p>Wormhole provides toolkits, including sparse logistic regression
54+
and factorization machine, to process large-scale sparse datasets
55+
with billions of examples and features. </p>
6056
<p><a class="btn btn-default" href="https://github.com/dmlc/wormhole" role="button">View details »</a></p>
6157
</div>
6258
<div class="col-md-3">
6359
<h2><a href="https://github.com/dmlc/xgboost" >XGBoost</a></h2>
6460
<p>An optimized general purpose gradient boosting library, including
6561
Generalized Linear Model (GLM) and Gradient Boosted Decision Trees
66-
(GBDT). XGBoost is parallelized, and also be distributed and scale to Terascale data</p>
62+
(GBDT), scale to Terascale data.</p>
6763
<p><a class="btn btn-default" href="https://github.com/dmlc/xgboost" role="button">View details »</a></p>
6864
</div>
6965
<div class="col-md-3">
7066
<h2><a href="https://github.com/dmlc/mxnet">MXNet</a></h2>
71-
<p>An Efficient, Flexible, Distributed Deep Learning Framework.
72-
It allows you to mix the flavours of deep learning programs together to maximize the efficiency and your productivity. </p>
67+
<p>Distributed deep learning framework for efficiency and
68+
flexibility. </p>
7369
<p><a class="btn btn-default" href="https://github.com/dmlc/mxnet" role="button">View details »</a></p>
7470
</div>
7571

7672
<div class="col-md-3">
7773
<h2><a href="https://github.com/dmlc/minerva">Minerva</a></h2>
7874
<p>A fast and flexible system for deep learning. It provides NDarray
79-
programming interface, just like Numpy. Python bindings and C++
80-
bindings are both available. The resulting code can be run on both
81-
multi-CPU and multi-GPU. </p>
75+
programming interface, just like Numpy.
76+
</p>
8277
<p><a class="btn btn-default" href="https://github.com/dmlc/minerva" role="button">View details »</a></p>
8378
</div>
8479
</div>
@@ -96,97 +91,92 @@ <h2><a href="https://github.com/dmlc/dmlc-core">dmlc-core</a></h2>
9691
</div>
9792
<div class="col-md-3">
9893
<h2><a href="https://github.com/dmlc/ps-lite" >ps-lite</a></h2>
99-
<p>A light weight implementation of the parameter server framework. It
100-
provides asynchronous key-value push and pull, communication-efficient
101-
data synchronization and flexible data consistency model. </p>
94+
<p>The parameter server framework providing asynchronous key-value push and pull. </p>
10295
<p><a class="btn btn-default" href="https://github.com/dmlc/ps-lite" role="button">View details »</a></p>
10396
</div>
10497
<div class="col-md-3">
10598
<h2><a href="https://github.com/dmlc/rabit">Rabit</a></h2>
106-
<p>Rabit is a light weight library that provides a fault tolerant
107-
interface of Allreduce and Broadcast. The goal of rabit is to support
108-
portable , scalable and reliable distributed machine learning
109-
programs.</p>
99+
<p>A light weight library providing fault tolerant
100+
Allreduce and Broadcast. </p>
110101
<p><a class="btn btn-default" href="https://github.com/dmlc/rabit" role="button">View details »</a></p>
111102
</div>
112103

113104
<div class="col-md-3">
114105
<h2><a href="https://github.com/dmlc/mshadow">mshadow</a></h2>
115-
<p>MShadow is a lightweight CPU/GPU Matrix/Tensor Template Library in
116-
C++/CUDA. It aims for maximum performance and control, while also
117-
emphasize simplicity.</p>
106+
<p>A lightweight CPU/GPU Matrix/Tensor Template Library. </p>
118107
<p><a class="btn btn-default" href="https://github.com/dmlc/mshadow" role="button">View details »</a></p>
119108
</div>
120109
</div>
121110

122-
<hr>
123-
<h2>Major Developers <small>(#commit > 50, in alphabet order)</small></h2>
124-
125-
<div class="row">
126-
<!-- bing -->
127-
<div class="col-md-2">
128-
<div class="team__member">
129-
<div class="team-member__avatar">
130-
<img class="img-circle" src="https://avatars1.githubusercontent.com/u/1258974?v=3&s=100" alt="bing">
131-
</div>
132-
<h4 class="team-member__name"><a href="http://webdocs.cs.ualberta.ca/~bx3/">Bing Xu</a></h4>
133-
<p class="team-member__info">
134-
MSc Student at University of Alberta
135-
</p>
136-
</div>
137-
</div>
138-
<!-- tianqi -->
139-
<div class="col-md-2">
140-
<div class="team__member">
141-
<div class="team-member__avatar">
142-
<img class="img-circle" src="https://avatars1.githubusercontent.com/u/2577440?v=3&s=100" alt="tianqi">
143-
</div>
144-
<h4 class="team-member__name"><a href="http://homes.cs.washington.edu/~tqchen/">Tianqi Chen</a></h4>
145-
<p class="team-member__info">
146-
Ph.D. Student at University of Washington
147-
</p>
148-
</div>
149-
</div>
150-
151-
<!-- mu -->
152-
<div class="col-md-2">
153-
<div class="team__member">
154-
<div class="team-member__avatar">
155-
<img class="img-circle" src="https://avatars2.githubusercontent.com/u/421857?v=3&s=100" alt="mu">
156-
</div>
157-
<h4 class="team-member__name"><a href="">Mu Li</a></h4>
158-
<p class="team-member__info">
159-
Ph.D. Student at Carnegie Mellon University
160-
</p>
161-
</div>
162-
</div>
163-
164-
<!-- minjie -->
165-
<div class="col-md-2">
166-
<div class="team__member">
167-
<div class="team-member__avatar">
168-
<img class="img-circle" src="https://avatars1.githubusercontent.com/u/4057701?v=3&s=100" alt="minjie">
169-
</div>
170-
<h4 class="team-member__name"><a href="https://sites.google.com/site/minjiewanghomepage/home">Minjie Wang</a></h4>
171-
<p class="team-member__info">
172-
Ph.D. Student at NYU
173-
</p>
174-
</div>
175-
</div>
176-
177-
<!-- yutian -->
178-
<div class="col-md-2">
179-
<div class="team__member">
180-
<div class="team-member__avatar">
181-
<img class="img-circle" src="https://avatars1.githubusercontent.com/u/2174815?v=3&s=100" alt="yutian">
182-
</div>
183-
<h4 class="team-member__name"><a href="http://yutian.li">Yutian Li</a></h4>
184-
<p class="team-member__info">
185-
Master's student at Stanford University
186-
</p>
187-
</div>
188-
</div>
189-
</div>
111+
<!-- TODO move to contributors.md -->
112+
<!-- <hr> -->
113+
<!-- <h2>Major Developers <small>(#commit > 50, in alphabet order)</small></h2> -->
114+
115+
<!-- <div class="row"> -->
116+
<!-- <\!-- bing -\-> -->
117+
<!-- <div class="col-md-2"> -->
118+
<!-- <div class="team__member"> -->
119+
<!-- <div class="team-member__avatar"> -->
120+
<!-- <img class="img-circle" src="https://avatars1.githubusercontent.com/u/1258974?v=3&s=100" alt="bing"> -->
121+
<!-- </div> -->
122+
<!-- <h4 class="team-member__name"><a href="http://webdocs.cs.ualberta.ca/~bx3/">Bing Xu</a></h4> -->
123+
<!-- <p class="team-member__info"> -->
124+
<!-- MSc Student at University of Alberta -->
125+
<!-- </p> -->
126+
<!-- </div> -->
127+
<!-- </div> -->
128+
<!-- <\!-- tianqi -\-> -->
129+
<!-- <div class="col-md-2"> -->
130+
<!-- <div class="team__member"> -->
131+
<!-- <div class="team-member__avatar"> -->
132+
<!-- <img class="img-circle" src="https://avatars1.githubusercontent.com/u/2577440?v=3&s=100" alt="tianqi"> -->
133+
<!-- </div> -->
134+
<!-- <h4 class="team-member__name"><a href="http://homes.cs.washington.edu/~tqchen/">Tianqi Chen</a></h4> -->
135+
<!-- <p class="team-member__info"> -->
136+
<!-- Ph.D. Student at University of Washington -->
137+
<!-- </p> -->
138+
<!-- </div> -->
139+
<!-- </div> -->
140+
141+
<!-- <\!-- mu -\-> -->
142+
<!-- <div class="col-md-2"> -->
143+
<!-- <div class="team__member"> -->
144+
<!-- <div class="team-member__avatar"> -->
145+
<!-- <img class="img-circle" src="https://avatars2.githubusercontent.com/u/421857?v=3&s=100" alt="mu"> -->
146+
<!-- </div> -->
147+
<!-- <h4 class="team-member__name"><a href="">Mu Li</a></h4> -->
148+
<!-- <p class="team-member__info"> -->
149+
<!-- Ph.D. Student at Carnegie Mellon University -->
150+
<!-- </p> -->
151+
<!-- </div> -->
152+
<!-- </div> -->
153+
154+
<!-- <\!-- minjie -\-> -->
155+
<!-- <div class="col-md-2"> -->
156+
<!-- <div class="team__member"> -->
157+
<!-- <div class="team-member__avatar"> -->
158+
<!-- <img class="img-circle" src="https://avatars1.githubusercontent.com/u/4057701?v=3&s=100" alt="minjie"> -->
159+
<!-- </div> -->
160+
<!-- <h4 class="team-member__name"><a href="https://sites.google.com/site/minjiewanghomepage/home">Minjie Wang</a></h4> -->
161+
<!-- <p class="team-member__info"> -->
162+
<!-- Ph.D. Student at NYU -->
163+
<!-- </p> -->
164+
<!-- </div> -->
165+
<!-- </div> -->
166+
167+
<!-- <\!-- yutian -\-> -->
168+
<!-- <div class="col-md-2"> -->
169+
<!-- <div class="team__member"> -->
170+
<!-- <div class="team-member__avatar"> -->
171+
<!-- <img class="img-circle" src="https://avatars1.githubusercontent.com/u/2174815?v=3&s=100" alt="yutian"> -->
172+
<!-- </div> -->
173+
<!-- <h4 class="team-member__name"><a href="http://yutian.li">Yutian Li</a></h4> -->
174+
<!-- <p class="team-member__info"> -->
175+
<!-- Master's student at Stanford University -->
176+
<!-- </p> -->
177+
<!-- </div> -->
178+
<!-- </div> -->
179+
<!-- </div> -->
190180

191181
<hr>
192182
<footer>

0 commit comments

Comments
 (0)