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
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
Ajinkya Kale
d1fd84eb5e
adding readme
2014-12-29 11:50:34 -08:00
Ryan Curtin
2c5b482b78
Remove references to overclustering from tutorial.
2014-10-09 18:59:53 +00:00
sumedhghaisas
0dd74bea92
* added AMF tutorial
2014-08-21 02:04:18 +00:00
Ryan Curtin
5207892055
Merge in changes from release branch. I guess I should have done all this
...
before I branched.
2014-07-28 14:38:58 +00:00
Ryan Curtin
8b6b398e1e
Propagate documentation fixes to trunk.
2014-07-28 14:32:06 +00:00
Ryan Curtin
0618cdd415
Fix minor error that I didn't correct last time.
2014-03-25 14:09:10 +00:00
Ryan Curtin
bd1ff33580
Don't use the squared Euclidean distance.
2014-03-25 14:03:12 +00:00
Ryan Curtin
b272f363c3
Don't use the SquaredEuclideanDistance.
2014-03-25 14:02:42 +00:00
Ryan Curtin
7973e83f94
Update documentation to reflect changes in RangeSearch.
2014-03-13 15:07:38 +00:00
Ryan Curtin
a07b4eb609
Update citation format.
2014-02-11 16:46:48 +00:00
Ryan Curtin
c9648f3fad
Add section on ridge regression.
2013-09-26 20:12:14 +00:00
Marcus Edel
b78fabf5b3
Use the option to set the leaf class table file and unify method call.
2013-09-25 19:07:24 +00:00
Ryan Curtin
af5659c40a
A few more fixes.
2013-09-23 18:50:06 +00:00