Skip to content

Commit 51d4ee0

Browse files
committed
Add a block about mlpack to the main page.
1 parent a8646b6 commit 51d4ee0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,20 @@ In alphabetic order.
364364
</td>
365365
</tr>
366366

367+
<tr>
368+
<td>
369+
<img width="800px" src="img/mlpack.png"/>
370+
</td>
371+
<td>
372+
<h1>mlpack</h1>
373+
<p>
374+
mlpack is an intuitive, fast, and flexible C++ machine learning library with bindings to other languages. It is meant to be a machine learning analog to LAPACK, and aims to implement a wide array of machine learning methods and functions as a "swiss army knife" for machine learning researchers. In addition to its powerful C++ interface, mlpack also provides command-line programs and Python bindings, as well as bindings to other languages.
375+
</p>
376+
<p>
377+
<a href="https://www.mlpack.org/">Website</a> | <a href ="https://github.com/mlpack/mlpack/wiki/SummerOfCodeIdeas">Ideas Page</a> | <a href="https://www.mlpack.org/doc/developer/community.html">Contact (Matrix chat)</a>| <a href="https://github.com/mlpack/mlpack">Source Code</a>
378+
</p>
379+
</td>
380+
</tr>
367381

368382
<tr>
369383
<td>

img/mlpack.png

8.6 KB
Loading

0 commit comments

Comments
 (0)