Commit Graph
101 Commits
Author SHA1 Message Date
Ryan Curtin 020a0066ab Add the quickstart tutorials to the tutorials list. 2018-03-30 14:01:35 -04:00
Ryan Curtin 78a9149cca Refactor documentation and tutorials to bring things up to date.
Also fixes a few doxygen issues.
2018-03-28 21:05:24 -04:00
akhandait 0f023d7395 use https instead of http 2018-03-18 10:40:38 +05:30
akhandait 7dbbbb43da change link to tutorial page 2018-03-17 19:59:39 +05:30
Marcus Edel 0454300939 Fix style and grammar issues. 2018-03-14 17:42:21 +01:00
Marcus Edel 4d3f3b66e0 Grammar and punctuation fix. 2018-03-13 22:41:26 +01:00
Marcus Edel c24cdc94a0 Add basic ann tutorial. 2018-03-12 17:33:14 +01:00
Ryan Curtin 7fead71e00 Merge pull request #1252 from rcurtin/optimization_wrappers
Mixin classes for optimizers, FunctionType API checks, and speedups
2018-03-07 07:23:55 -08:00
Ryan Curtin 9f69eb6cbf Fix doxygen links. 2018-03-01 10:57:13 -05:00
Prabhat cd4cd2d962 Merge branch 'master' into RemoveEmptyClustersKmeans 2018-02-26 19:24:54 +05:30
Ryan Curtin 324b93521f Add lots of information about FunctionType checks to the new tutorial. 2018-02-15 21:57:41 -05:00
Marcus Edel b8f70919a9 Minor style and spelling fixes. 2018-02-14 14:28:05 +01:00
Marcus Edel 04b0fe6b91 Add optimizer tutorial. 2018-02-13 20:52:09 +01:00
Prabhat 1ad0866dbb Added example code for AllowEmptyClusters and KillEmptyClusters 2018-02-13 02:59:33 +05:30
Prabhat 10aa8eaa98 Documentation Updated
Allow empty clusters section is corrected and a new section of Kill empty clusters is added
2018-02-12 06:30:52 +05:30
Ryan Curtin b223998e3b Link to bindings tutorial. 2017-12-11 10:08:52 -05:00
Kirill Mishchenko 10e632cb9c Split into two tutorials 2017-09-18 14:20:20 -04:00
Kirill Mishchenko 6de1a020af Add a tutorial for the CV and HPT modules 2017-09-18 14:20:20 -04:00
Ryan Curtin f74e306734 Minor spelling fixes and documentation fixes. 2017-08-28 15:47:47 -04:00
kartik nighania 49ff33b042 Add Conventional Neural Evolution (CNE) optimizer tutorial. 2017-08-27 22:00:22 +02:00
Abhinav Moudgil d279cd6aa7 Remove trailing spaces everywhere 2017-03-29 13:41:33 +05:30
Ryan Curtin b89ae3a65a Add more documentation of mlpack_approx_kfn program. 2016-10-30 22:08:30 +09:00
Ryan Curtin 81fce4edfc Merge pull request #803 from rcurtin/kfn
Approximate furthest neighbor code and program
2016-10-30 21:53:59 +09:00
Ryan Curtin 5ca6936f03 Add approximate furthest neighbor search tutorial. 2016-10-30 20:50:52 +09:00
Barak A. Pearlmutter 7f75271cff spelling
Gbp-Pq: Name 0003-spelling.patch
2016-10-04 14:30:38 +01:00
Matthew Henderson ff5e9234b8 Use correct name for linear regression program. 2016-09-15 14:25:17 +01:00
Seb Bro 2cc95254a1 Fixing vector classes to comply with method calls.
Changed vector classes of 'assignments' to comply with the corresponding method calls.
Fixes compile errors for those samples.
2016-07-20 15:06:23 +02:00
Ryan Curtin 76c0fc6283 Update tutorial to discuss empty clusters and LloydStepType. 2016-06-08 14:05:13 +00:00
Keon Kim 60ffbd238b fix typo 2016-06-08 03:03:14 +09:00
Keon Kim 81079bc9e1 fix doc tutorial 2016-06-08 02:27:45 +09:00
Marcus Edel 6f6173c765 Update documentation for changed names. 2016-05-26 13:26:28 +02:00
Ryan Curtin d2e353468b Merge pull request #626 from ajjl/removeTrailingWhitespace
Removes trailing whitespaces at end of lines
2016-04-19 19:05:02 -04:00
Alexander Leinoff efb64f2c7d Removes trailing whitespaces at end of lines
Unnecessary end of line whitespace is generally frowned upon. In addition some
editors remove end of line whitespace automatically, making diffs hard to read.
This commit removes all trailing witespaces. Using some sed magic in bash:

find . -name "*.*" -type f -print0 | xargs gsed -i 's/[ \t]*$//'
2016-04-19 12:10:01 -05:00
Ryan Curtin 6be725a3fa Update documentation for changed names. 2016-04-18 13:08:14 -07:00
Darcy Liu f13409cf7f Rename mlpack_allknn/mlpack_allkfn to mlpack_knn/mlpack_kfn
Make a copy of mlpack_knn/mlpack_kfn both on Windows and *unix.
Update documentation which references 'allknn' or 'allkfn').
2016-04-15 14:16:20 +01:00
Ryan Curtin 08ffa1b0c6 Fix name of tutorial. 2016-04-14 10:11:39 -04:00
Ryan Curtin 15b5e65fe6 Add recent tutorials. 2016-04-14 10:11:39 -04:00
Ryan Curtin 8d77f42310 Update tutorial for k-means.
This considers the new API for initialization strategies.
2016-04-12 14:43:52 +00:00
Ryan Curtin 79fd639d12 Documentation fixes. 2016-02-09 10:08:24 -05:00
Barak A. Pearlmutter b39417f511 spelling
Gbp-Pq: Name 0002-spelling.patch
2016-01-18 16:57:54 +00:00
ryan 114d43256f Standardize: 'mlpack' instead of 'MLPACK'. 2015-12-23 12:21:30 -05:00
ryan cf725551b1 Update tutorials. 2015-12-23 11:28:25 -05:00
Ryan Curtin 7b0b67dc48 Fix typo (thanks Ryan Birmingham for pointing it out). 2015-07-21 14:13:58 -04:00
Ryan Curtin 997aec83ec Fix filename. 2015-04-27 16:48:16 -04:00
Ryan Curtin 96e6efcc7f Remove unnecessary period. 2015-04-27 16:47:44 -04:00
Ryan Curtin cdab225316 Add a tutorial for CF. 2015-04-27 16:17:13 -04:00
Ryan Curtin d398b95c59 Fix minor misspelling. 2015-02-09 11:14:13 -05:00
Ajinkya Kale 1cb24079f6 Update README.md 2014-12-29 11:53:12 -08:00
Ajinkya Kale 1d5abfc1e2 Update README.md 2014-12-29 11:52:12 -08:00
Ajinkya Kale 224ac908f8 fixing formatting 2014-12-29 11:51:12 -08:00