21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
|
|
## Tutorials
|
|
|
|
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)
|