Commit Graph
183 Commits
Author SHA1 Message Date
Ryan Curtin b223998e3b Link to bindings tutorial. 2017-12-11 10:08:52 -05:00
Ryan Curtin b8ee319818 Refactor words to be more clear. 2017-09-26 11:11:07 -04:00
Ryan Curtin a6065e486d Fix comments from Kirill. 2017-09-25 10:43:27 -04:00
Ryan Curtin 8e5846575a Update tutorials, add more examples and links to other classes. 2017-09-18 14:20:20 -04: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 21349b38bf Merge pull request #1075 from shikharbhardwaj/scd
Implementation of Stochastic Coordinate Descent
2017-09-14 11:50:21 -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
Ryan Curtin 99ba55393c Update version numbers to latest stable version. 2017-08-25 20:31:34 -04:00
Shikhar Bhardwaj 1d42aa9d47 Add references for relevant papers in SCD implementation.
Use arma::dot instead of arma::norm in LogisiticRegressionFunction::PartialGradient
2017-08-23 19:40:08 +05:30
Shikhar Bhardwaj 6ff9b468f7 Update documentation to rename FeatureGradient -> PartialGradient 2017-08-23 18:03:51 +05:30
Shikhar Bhardwaj 4ffdd789ac Better formatting and minor fixes in FunctionType documentation
Add descriptive comments and inline linear algbra operations in LogisticRegressionFunction::FeatureGradient
2017-08-23 17:33:45 +05:30
Shikhar Bhardwaj c5727c24f3 Make parallel SGD implementation consistent with FunctionType documentation. 2017-08-21 13:43:21 +05:30
Shikhar Bhardwaj 46140eae14 Merge branch master with scd
Combine simultaneous changes.
2017-08-19 20:03:04 +05:30
Shikhar Bhardwaj a4bfb4f096 Update documentation with the changes.
Unify changes with test functions
2017-08-16 00:43:32 +05:30
Shikhar Bhardwaj 4208c57fe7 Update documentation to reflect changes in ResolvableFunctionType API 2017-08-13 17:24:05 +05:30
Shikhar Bhardwaj 42dba55b8a Add initial documentation for FunctionType interface. 2017-08-12 00:53:15 +05:30
Ryan Curtin 9252fb1185 Merge remote-tracking branch 'upstream/master' into bindings 2017-08-07 01:36:50 -04:00
Marcus Edel cea8fe2e3b Update version numbers (mlpack-2.2.4). 2017-07-20 14:55:14 +02:00
Ryan Curtin 251a6a9a5f Fix doxygen footer JS to draw correctly. 2017-07-18 14:16:16 -04:00
N Rajiv Vaidyanathan 07839d60e3 Updated Armadillo version in /doc/guide/build.hpp 2017-07-04 20:15:09 +05:30
Ryan Curtin fa62d40372 Merge branch 'master' into bindings 2017-06-08 15:01:55 -04:00
Marcus Edel f6ea371e60 Update version numbers (mlpack-2.2.3). 2017-05-26 20:57:32 +02:00
Ryan Curtin e8d9ba893b Finish writing tutorial document describing system. 2017-05-23 15:25:05 -04:00
Ryan Curtin 73058a655c Merge branch 'master' into bindings 2017-05-19 23:12:35 -04:00
Ryan Curtin d310044876 Update version numbers. 2017-05-04 20:34:21 -04:00
Ryan Curtin dec8a4ffcb Update version numbers. 2017-04-13 16:32:14 -04:00
Ryan Curtin ccdfe60f8b Add some documentation about the bindings project. 2017-04-07 17:28:20 -04:00
Abhinav Moudgil d279cd6aa7 Remove trailing spaces everywhere 2017-03-29 13:41:33 +05:30
Ryan Curtin 81dc1e5ee8 Update to latest stable version. 2017-03-21 17:00:01 -04:00
Marcus Edel fa0af830fe Update link to Keon's excellent tutorial to build mlpack on windows. 2017-03-13 16:40:46 +01:00
Ryan Curtin eff46c9532 Update to latest version number. 2016-12-29 11:17:55 -05:00
Ryan Curtin 20da68540f Clarify use of -std=c++11. 2016-12-20 21:08:49 -05:00
Ryan Curtin a1dafa4abf Use std::cout so users get output. 2016-11-23 17:13:21 -05:00
Ryan Curtin d2de4e8f32 Update latest stable version information. 2016-10-31 22:45:08 +09:00
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
Ryan Curtin 84a940db9d Fix types in example code. 2016-10-17 14:58:02 -04:00
Barak A. Pearlmutter 7f75271cff spelling
Gbp-Pq: Name 0003-spelling.patch
2016-10-04 14:30:38 +01:00
Ryan Curtin 045c16afa6 At Conrad's suggestion, undo 310e72d and instead force a newer version of Armadillo. 2016-09-20 20:55:10 -04:00
Matthew Henderson ff5e9234b8 Use correct name for linear regression program. 2016-09-15 14:25:17 +01:00
Ryan Curtin e801f30fa8 Update build instructions to make testing more clear. 2016-09-07 16:09:09 -04:00
Mikhail Lozhnikov 26803dca1f Fixed pixelated formulas in the HTML output. 2016-08-29 20:57:59 +03:00
Ryan Curtin bd6a79a2cb Update build documentation. 2016-08-25 14:50:16 -04:00
Ryan Curtin 256d77dfc8 Update to latest version number. 2016-07-27 10:10:24 -04: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 98babfc774 Update references to newest version. 2016-07-06 10:47:29 -04:00
Ryan Curtin 76c0fc6283 Update tutorial to discuss empty clusters and LloydStepType. 2016-06-08 14:05:13 +00:00