|
2 | 2 | layout: default |
3 | 3 | title: Home |
4 | 4 | --- |
5 | | -<h1>mlbench: Distributed Machine Learning Benchmark</h1> |
| 5 | +<h1>MLBench: Distributed Machine Learning Benchmark</h1> |
6 | 6 |
|
7 | | -<a href="https://travis-ci.com/mlbench/mlbench-dashboard"><img src="https://travis-ci.com/mlbench/mlbench-dashboard.svg?branch=develop"></a> |
8 | | -<a href="https://travis-ci.com/mlbench/mlbench-core"><img src="https://travis-ci.com/mlbench/mlbench-core.svg?branch=develop"></a> |
9 | | -<a href="https://travis-ci.com/mlbench/mlbench-benchmarks"><img src="https://travis-ci.com/mlbench/mlbench-benchmarks.svg?branch=develop"></a> |
10 | | -<a href="https://mlbench.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/mlbench/badge/?version=latest" alt="Documentation Status"></a> |
| 7 | +<hr> |
| 8 | +<a style="display: inline-block" href="https://travis-ci.com/mlbench/mlbench-dashboard"><img src="https://travis-ci.com/mlbench/mlbench-dashboard.svg?branch=develop"></a> |
| 9 | +<a style="display: inline-block" href="https://travis-ci.com/mlbench/mlbench-core"><img src="https://travis-ci.com/mlbench/mlbench-core.svg?branch=develop"></a> |
| 10 | +<a style="display: inline-block" href="https://travis-ci.com/mlbench/mlbench-benchmarks"><img src="https://travis-ci.com/mlbench/mlbench-benchmarks.svg?branch=develop"></a> |
| 11 | +<a style="display: inline-block" href="https://mlbench.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/mlbench/badge/?version=latest" alt="Documentation Status"></a> |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
@@ -35,39 +36,40 @@ MLBench is public, open source and vendor independent, and has two main goals: |
35 | 36 | Check out our <a href="https://mlbench.github.io/blog/">blog</a>! |
36 | 37 | </p> |
37 | 38 |
|
38 | | -<p> |
| 39 | +<hr> |
39 | 40 | <h2>Resources and Community:</h2> |
40 | 41 |
|
41 | | - <ul> |
42 | | - <li>Github: <a href="https://github.com/mlbench/">github.com/mlbench</a></li> |
43 | | - <li>Documentation: <a href="https://mlbench.readthedocs.io">mlbench.readthedocs.io</a></li> |
44 | | - <li>Mailing list: <a href="https://groups.google.com/d/forum/mlbench">groups.google.com/d/forum/mlbench</a></li> |
45 | | - <li> |
46 | | - Slack channel: |
47 | | - <a href="https://join.slack.com/t/mlbench/shared_invite/zt-6sznc8fa-_diIdB7~XtLYmCLaQuOA9Q">join.slack.com/t/mlbench/shared_invite/zt-6sznc8fa-_diIdB7~XtLYmCLaQuOA9Q |
48 | | - </a> |
49 | | - </li> |
50 | | - </ul> |
51 | | - |
52 | | - <h2>Features</h2> |
| 42 | +<ul> |
| 43 | + <li>Github: <a href="https://github.com/mlbench/">github.com/mlbench</a></li> |
| 44 | + <li>Documentation: <a href="https://mlbench.readthedocs.io">mlbench.readthedocs.io</a></li> |
| 45 | + <li>Mailing list: <a href="https://groups.google.com/d/forum/mlbench">groups.google.com/d/forum/mlbench</a></li> |
| 46 | + <li> |
| 47 | + Slack channel: |
| 48 | + <a href="https://join.slack.com/t/mlbench/shared_invite/zt-6sznc8fa-_diIdB7~XtLYmCLaQuOA9Q">join.slack.com/t/mlbench/shared_invite/zt-6sznc8fa-_diIdB7~XtLYmCLaQuOA9Q |
| 49 | + </a> |
| 50 | + </li> |
| 51 | +</ul> |
| 52 | + |
| 53 | +<hr> |
| 54 | +<h2>Features</h2> |
| 55 | + |
| 56 | +<ul> |
| 57 | + <li> For reproducibility and simplicity, we currently focus on standard <strong>supervised ML</strong>, including standard deep learning tasks as well as classic linear ML models.</li> |
| 58 | + <li> We provide <strong>reference implementations</strong> for each algorithm and task, to make it easy to port to a new framework.</li> |
| 59 | + <li> Our goal is to benchmark all/most currently relevant <strong>distributed execution frameworks</strong>. We welcome contributions of new frameworks in the benchmark suite.</li> |
| 60 | + <li> We provide <strong>precisely defined tasks</strong> and datasets to have a fair and precise comparison of all algorithms, frameworks and hardware.</li> |
| 61 | + <li> Independently of all solver implementations, we provide universal <strong>evaluation code</strong> allowing to compare the result metrics of different solvers and frameworks.</li> |
| 62 | + <li> Our benchmark code is easy to run on <strong>public clouds</strong>.</li> |
| 63 | +</ul> |
| 64 | + |
| 65 | +<hr> |
| 66 | +<h2>Sponsors</h2> |
| 67 | + |
| 68 | +<ul style="list-style-type:none;"> |
| 69 | + <li><img src="{{ site.baseurl }}public/images/Logo_EPFL.png" alt="EPFL" style="max-width:200px;border-radius:0px;"/></li> |
| 70 | + <li><img src="{{ site.baseurl }}public/images/pwc_logo.png" alt="PwC" style="max-width:200px;border-radius:0px;"/></li> |
| 71 | + <li><img src="{{ site.baseurl }}public/images/google.png" alt="Google" style="max-width:200px;border-radius:0px;"/></li> |
| 72 | + <li><img src="{{ site.baseurl }}public/images/Facebook-Wordmark-Gray.png" alt="Facebook" style="max-width:200px;border-radius:0px;"/></li> |
| 73 | +</ul> |
53 | 74 |
|
54 | | - <ul> |
55 | | - <li> For reproducibility and simplicity, we currently focus on standard <strong>supervised ML</strong>, including standard deep learning tasks as well as classic linear ML models.</li> |
56 | | - <li> We provide <strong>reference implementations</strong> for each algorithm and task, to make it easy to port to a new framework.</li> |
57 | | - <li> Our goal is to benchmark all/most currently relevant <strong>distributed execution frameworks</strong>. We welcome contributions of new frameworks in the benchmark suite.</li> |
58 | | - <li> We provide <strong>precisely defined tasks</strong> and datasets to have a fair and precise comparison of all algorithms, frameworks and hardware.</li> |
59 | | - <li> Independently of all solver implementations, we provide universal <strong>evaluation code</strong> allowing to compare the result metrics of different solvers and frameworks.</li> |
60 | | - <li> Our benchmark code is easy to run on <strong>public clouds</strong>.</li> |
61 | | - </ul> |
62 | | - |
63 | | - <h2>Sponsors</h2> |
64 | | - |
65 | | - <ul style="list-style-type:none;"> |
66 | | - <li><img src="{{ site.baseurl }}public/images/Logo_EPFL.png" alt="EPFL" style="max-width:200px;border-radius:0px;"/></li> |
67 | | - <li><img src="{{ site.baseurl }}public/images/pwc_logo.png" alt="PwC" style="max-width:200px;border-radius:0px;"/></li> |
68 | | - <li><img src="{{ site.baseurl }}public/images/google.png" alt="Google" style="max-width:200px;border-radius:0px;"/></li> |
69 | | - <li><img src="{{ site.baseurl }}public/images/Facebook-Wordmark-Gray.png" alt="Facebook" style="max-width:200px;border-radius:0px;"/></li> |
70 | | - </ul> |
71 | | - |
72 | | -</p> |
73 | 75 |
|
0 commit comments