[mlpack-git] master: adding readme (d1fd84e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:08:05 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit d1fd84eb5e89c205fd224b67ccbcc6551565704a
Author: Ajinkya Kale <kaleajinkya at gmail.com>
Date:   Mon Dec 29 11:50:34 2014 -0800

    adding readme


>---------------------------------------------------------------

d1fd84eb5e89c205fd224b67ccbcc6551565704a
 doc/tutorials/README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/tutorials/README.md b/doc/tutorials/README.md
new file mode 100644
index 0000000..fb18d05
--- /dev/null
+++ b/doc/tutorials/README.md
@@ -0,0 +1,16 @@
+Tutorials for mlpack can be found [here mlpack tutorials](http://www.mlpack.org/tutorial.html).
+
+### Method-specific tutorials:
+* [NeighborSearch tutorial (allknn / allkfn)](http://www.mlpack.org/doxygen.php?doc=nstutorial.html)
+* [RangeSearch tutorial (range_search)](http://www.mlpack.org/doxygen.php?doc=rstutorial.html)
+* [LinearRegression tutorial](http://www.mlpack.org/doxygen.php?doc=lrtutorial.html)
+* [Density Estimation Trees tutorial (det)](http://www.mlpack.org/doxygen.php?doc=dettutorial.html)
+* [Euclidean Minimum Spanning Trees tutorial (emst)](http://www.mlpack.org/doxygen.php?doc=emst_tutorial.html)
+* [K-Means tutorial (kmeans)](http://www.mlpack.org/doxygen.php?doc=kmtutorial.html)
+* [FastMKS tutorial (fastmks)](http://www.mlpack.org/doxygen.php?doc=fmkstutorial.html)
+### General mlpack tutorials:
+* [Building mlpack from source](http://www.mlpack.org/doxygen.php?doc=build.html)
+* [mlpack input and output](http://www.mlpack.org/doxygen.php?doc=iodoc.html)
+* [Matrices in mlpack](http://www.mlpack.org/doxygen.php?doc=matrices.html)
+* [Simple sample mlpack programs](http://www.mlpack.org/doxygen.php?doc=sample.html)
+* [mlpack timers](http://www.mlpack.org/doxygen.php?doc=timer.html)



More information about the mlpack-git mailing list