Commit Graph
119 Commits
Author SHA1 Message Date
Ryan Curtin bb648e0a4a Merge remote-tracking branch 'origin/master' into julia-bindings 2019-11-27 13:16:41 -05:00
Ryan Curtin 95827ffa89 Add Julia quickstart to list of quickstarts. 2019-08-06 16:26:11 -04:00
mulx10 25a0a3cc73 Updated History.md, error handling for HAS_STB == false 2019-08-01 20:52:37 +05:30
mulx10 a37d68f59f Removed reorder warnings 2019-07-15 17:17:29 +05:30
mulx10 a56648ac5d Revised tutorials 2019-07-09 14:44:58 +05:30
Mehul Nirala 900389ee61 Revised tutorials 2019-07-03 13:01:52 +01:00
mulx10 0687cc1fbb Added tutorial. 2019-06-18 21:43:31 +05:30
Ryan Curtin b2ad23814a Fix issues that Shikhar pointed out. 2019-03-22 22:33:55 -04:00
Ryan Curtin 54c3837861 http -> https, fix wrapped line. 2019-03-22 10:09:52 -04:00
Ryan Curtin 5ca0aff1f9 Fix documentation bits that point to old pages. 2019-03-21 18:43:45 -04:00
Shikhar Jaiswal ecca30087b Merge pull request #1731 from MuLx10/rnn_doc
rectified ann.txt (mlpack/doc)
2019-03-02 15:40:56 +05:30
mulx10 f7c025a3d6 rectified the description 2019-02-26 11:16:03 +05:30
favre49 1821ddf219 removed references 2019-02-26 01:45:02 +05:30
favre49 de5a7c9eab removed ensmallen docs 2019-02-25 20:43:29 +05:30
mulx10 aa8721a2b0 rectified ann.txt 2019-02-22 08:58:25 +05:30
gmanlan 097cc2bc94 + ref to build_windows and sample app 2018-07-06 20:06:03 -07:00
Ryan Curtin 11def98121 Merge pull request #1339 from rcurtin/doc-update
Quickstart guides for CLI and Python
2018-03-30 12:06:29 -07:00
Ryan Curtin 020a0066ab Add the quickstart tutorials to the tutorials list. 2018-03-30 14:01:35 -04:00
Marcus Edel eb099eadc2 Minor reference and style fix. 2018-03-29 23:41:11 +02: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