Files
mlpack/doc/tutorials/tutorials.txt
T

31 lines
691 B
Plaintext

/*!
@file tutorials.txt
@author Ryan Curtin
@brief List of MLPACK tutorials.
@page tutorials Tutorials
@section introd_tut Introductory Tutorials
These tutorials introduce the basic concepts of working with MLPACK, aimed at
developers who want to use and contribute to MLPACK but are not sure where to
start.
- \ref build
- \ref matrices
- \ref iodoc
- \ref timer
- \ref sample
@section method_tut Method-specific Tutorials
These tutorials introduce the various methods MLPACK offers, aimed at users who
simply want to use the methods MLPACK offers. These tutorials start with simple
examples and progress to complex, extensible uses.
- \ref nstutorial
- \ref lrtutorial
*/