Commit Graph
213 Commits
Author SHA1 Message Date
Ryan Curtin 6ab09ca6c3 Merge pull request #3395 from AdarshSantoria/doc
Fixed documentation
2023-02-06 17:37:28 -05:00
Ryan Curtin 22836c207d Merge pull request #3391 from AdarshSantoria/Alternating-Matrix-Factorization-tutorial
Fixing amf doc as in #3390
2023-02-05 17:30:18 -05:00
Adarsh SantoriaandRyan Curtin a299fc323d Update doc/tutorials/neighbor_search.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-05 01:12:01 +05:30
Adarsh Santoria a58b2a8472 delete undesired commit 2023-02-05 01:11:13 +05:30
Adarsh Santoria 87c106e15a improve efficiency of statement in kmeans.md 2023-02-04 19:34:19 +05:30
Adarsh Santoria b2213238c1 fixing links in kmeans.md 2023-02-04 19:21:12 +05:30
Adarsh Santoria 1e7e2aea64 fix typo in neighbor_search.md 2023-02-04 19:11:36 +05:30
Adarsh Santoria 291b170d8c fix typo in emst.md 2023-02-04 19:08:38 +05:30
Adarsh Santoria f8ea15a15a fix typo in approx_kfn.md 2023-02-04 19:06:44 +05:30
Adarsh Santoria 2d7b72768f removing repeatation in neighbor_search.md 2023-02-04 19:03:45 +05:30
Adarsh Santoria 648bba0700 changing value of rank of factorization
Reason behind the change is to make the example code more realistic for many problems.
2023-02-02 01:33:39 +05:30
Adarsh SantoriaandRyan Curtin 1801b4d55a Update doc/tutorials/range_search.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:18:35 +05:30
Adarsh SantoriaandRyan Curtin 0641deb0c5 Update doc/tutorials/cf.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:18:16 +05:30
Adarsh SantoriaandRyan Curtin 32637d5325 Update doc/tutorials/approx_kfn.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:18:07 +05:30
Adarsh Santoria c37d9f74ef fixing typo in approx_kfn.md 2023-02-01 17:57:27 +05:30
Adarsh Santoria fa73dbb444 fixing links in approx_kfn.md 2023-02-01 17:54:58 +05:30
Adarsh Santoria 94fa2971cd fixing typo in cf.md 2023-02-01 17:49:20 +05:30
Adarsh Santoria 53909b3f9d fixing typo in range_search.md 2023-02-01 17:45:08 +05:30
Adarsh Santoria a9616cef31 fix typo in Image Utilities 2023-02-01 16:56:04 +05:30
Adarsh Santoria 3efbe0b260 "updating codes" 2023-02-01 11:34:14 +05:30
Ryan Curtin 70ae814f18 Adapt reinforcement learning tutorial to mlpack 4 API. 2023-01-24 12:07:53 -05:00
Chetan Pandey 8e28e78408 improve ann doc (#3334) 2022-12-06 05:14:34 +01:00
Ryan Curtin 47c81f011c Fix example, make sure that it works. 2022-12-02 09:10:06 -05:00
Ryan Curtin 1b4b77b699 Move files that aren't docs into their own folder. 2022-12-02 08:21:57 -05:00
Ryan Curtin e0287388f9 Split image into separate file. 2022-12-02 08:20:10 -05:00
Ryan Curtin 5758547e99 Update missed examples to the mlpack 4 API. 2022-12-02 08:16:44 -05:00
Ryan Curtin e6ad5f78c0 Remove namespaces (#3269) 2022-09-21 03:40:20 +02:00
Ryan Curtin 00e0dd2653 Clean up includes to only include mlpack.hpp in general. 2022-09-04 11:18:45 -04:00
Ryan Curtin f8055b06f5 Update tutorial to mention MLPACK_ENABLE_ANN_SERIALIZATION. 2022-09-02 11:21:19 -04:00
Ryan Curtin 5825287e9b Adapt tutorials to Markdown and remove Doxygen entirely. 2022-08-31 23:02:27 -04:00
Ryan Curtin 89dfbb600a Get rid of all of the remaining parts of Boost! 2022-05-27 15:17:37 -04:00
Ryan CurtinandMarcus Edel 653f06cf69 Update doc/tutorials/ann/ann.txt
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-01-03 19:29:40 -05:00
Ryan Curtin e0ae81ced8 Update documentation. 2022-01-03 16:59:06 -05:00
Omar ShritandMarcus Edel 6d63b15e26 Update doc/tutorials/data_loading/datasetmapper.txt
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-11-05 20:15:12 +01:00
Omar ShritandMarcus Edel 4f7df5893d Update doc/tutorials/data_loading/datasetmapper.txt
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-11-05 20:15:05 +01:00
heisenbuug 54d7824a22 Style changes and fixs in tutorial 2021-09-01 17:47:46 +05:30
heisenbuug 2707ff1bf1 Adding a tutorial for DatasetMapper 2021-08-22 12:32:08 +05:30
FawwazMayda 748b33b997 add missing std:: 2021-04-10 18:16:48 +08:00
Marcus Edel bd60c387a1 Merge pull request #2893 from gunnxx/master
Update Reinforcement Learning tutorial for custom DQN network.
2021-04-01 01:17:00 +02:00
FawwazMayda 240463c1da Improve Linear Regression Docs. (#2890)
* adding multivariate examples

* editing some typo in file

* edit some typo and modify the section

* Update linear_regression.txt

* Update linear_regression.txt
2021-03-30 12:05:41 -04:00
Tri Wahyu GuntaraandMarcus Edel 40698325b6 edit RL tutorial for custom DQN network
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-03-29 12:49:53 +07:00
gunnxx 73bc5b11f7 edit RL tutorial for custom DQN network 2021-03-28 15:49:56 +07:00
Ryan Curtin 46281ee3ef Update HISTORY and ANN tutorial. 2021-01-27 19:20:44 -05:00
Omar Shrit 21865dd147 Update the documentation with cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-17 16:56:13 +02:00
Omar Shrit 4cb479665e Merge branch 'master' into cereal 2020-08-31 22:51:17 +02:00
shritandRyan Curtin 014dff0c27 Update cereal link in doc/tutorials/ann/ann.txt
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-08-12 18:25:49 +02:00
Yashwant dcf7e9c302 Initial commit. 2020-08-07 12:57:37 +05:30
Omar Shrit 0c13c9918f Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-07-22 19:03:00 +02:00
Omar Shrit e250d3cb23 Change boost serialization to cereal in doc folder
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-07-20 13:40:20 +02:00
nishantkr18 3de6669f48 minor style fixes 2020-07-17 10:37:53 +05:30