Commit Graph
26224 Commits
Author SHA1 Message Date
Omar Shrit 54267705ed If we are building mlpack statically then build executable statically too
This pull request is not related to cross-compilation.

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-04-24 19:24:32 +02:00
Marcus Edel 83e7011059 Merge pull request #2901 from swaingotnochill/dev
Refactor tests to use approx_equal().
2021-04-19 20:25:41 -04:00
Yashwant Singh Parihar eb883ca895 Merge pull request #2920 from mlpack/catch-header-updates-2.13.6
Upgrade Catch to 2.13.6
2021-04-17 22:13:43 +05:30
Yashwant Singh Parihar 69aaa181d0 Merge pull request #2919 from mlpack/boost-version-updates
Upgrade Boost Version in CMake script.
2021-04-17 22:13:21 +05:30
Yashwant Singh Parihar 961cb621bb Merge pull request #2918 from zoq/gmm-main-test-string-fix
Include string header to resolve undefined type error
2021-04-17 22:12:33 +05:30
Roshan Swain ed0e2e2b5f removed max from abs mod in ann_layer_test 2021-04-17 19:30:05 +05:30
Yashwants19 ad790e71e6 Upgrade Catch to 2.13.6 2021-04-17 10:03:34 +00:00
Yashwants19 df03ef5598 Upgrade Boost Version in CMake script. 2021-04-17 04:42:00 +00:00
Marcus Edel 0bd163d4a4 Include string header to resolve undefined type error. 2021-04-16 22:28:31 +02:00
Marcus Edel 2e0eb7882f Include string header to resolve undefined type error. 2021-04-16 21:26:45 +02:00
Marcus Edel efdd5a1cbf Merge pull request #2913 from MarkFischinger/master
Fixed ResetParameters() in #2855.
2021-04-15 20:14:12 -04:00
Mark 049dfc180b Update COPYRIGHT.txt 2021-04-15 11:04:22 +02:00
Mark e89e39d06d Update q_learning_impl.hpp 2021-04-13 11:42:11 +02:00
Mark 1980e1492e Update q_learning_impl.hpp 2021-04-13 02:22:46 +02:00
Mark 0aa114b505 Merge pull request #1 from MarkFischinger/fix-loading-weights-dqn
Check whether existing weights are loaded
2021-04-12 22:46:22 +02:00
Mark 70c966f477 Check whether existing weights are loaded
If no weights are loaded, the network is empty and new weights are generated. If not, the already loaded weights will be used.
2021-04-12 21:57:08 +02:00
jeffin sam feb5cb6fc4 Merge pull request #2910 from zoq/mlpack-badge
Use Azure build as badge source.
2021-04-12 23:51:32 +05:30
Yashwants19 caae33a797 Upgrade Catch to 2.13.5 2021-04-12 11:30:33 -04:00
Marcus Edel e52217ee8b Use Azure build as badge source. 2021-04-11 18:04:31 +02:00
Ryan Curtin 25aa75049d Merge pull request #2881 from RishabhGarg108/warm-start
Added warm start feature to Random Forest.
2021-04-11 00:12:29 -04:00
Marcus Edel 6d1d2b54ba Merge pull request #2909 from FawwazMayda/fix-typo-in-rl-tutorial
Fix typo in rl tutorial.
2021-04-10 16:27:27 -04:00
FawwazMayda 748b33b997 add missing std:: 2021-04-10 18:16:48 +08:00
Roshan Swain b11f9995e2 removed the submodule 2021-04-10 12:59:15 +05:30
Rishabh GargandRyan Curtin ee34576c07 Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-04-09 09:09:46 +05:30
Roshan Swain 5f2a184fae fixed styling 2021-04-07 13:09:13 +05:30
abh2k cb9ba56a75 Fixed mean poolinglayer for correct ceil_mode (#2887)
Redesigned poolinglayer for correct ceil_mode.
2021-04-05 21:18:40 -04:00
Yashwant Singh Parihar 366e06b98f Merge pull request #2896 from Yashwants19/Fix-R-bindings-Note
Fix LazyData Note in R-bindings.
2021-04-05 09:44:24 +05:30
Roshan Swain 1f90c54237 removed unnecessary comment 2021-04-03 10:40:19 +05:30
Roshan Swain 53c663ac24 fixed few butgs in ann_dist and ann_layer test 2021-04-03 10:36:02 +05:30
Yashwant 52e123e567 Fix Go-bindings flow control. 2021-04-02 23:06:14 -04:00
Roshan Swain 65d333377a refactor tests by changing with approx_value 2021-04-02 12:51:49 +05:30
Rishabh Garg 91db8fc3d9 Fixed ElemType 2021-04-01 09:35:47 +05:30
Rishabh Garg c312ccf7ed Merge branch 'master' of https://github.com/mlpack/mlpack into warm-start 2021-04-01 07:55:33 +05:30
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
Yashwant bea72a12aa Fix LazyData Note in R-bindings. 2021-03-31 09:15:40 +05:30
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
Marcus Edel d5324f1b2d Merge pull request #2892 from rcurtin/csv-header
Auto-detect a CSV header in `data::Load()`.
2021-03-30 04:38:38 +02:00
Rishabh Garg ecde617cff Fixed static code analysis error 2021-03-29 17:14:58 +05:30
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
Ryan Curtin bea27ff487 Better strategy for finding invalid numbers. 2021-03-28 15:15:45 -04:00
Ryan Curtin 487ab565c6 Remove inaccurate comment. 2021-03-28 15:15:45 -04:00
gunnxx 73bc5b11f7 edit RL tutorial for custom DQN network 2021-03-28 15:49:56 +07:00
Rishabh Garg abe7ecc2ed Minor fix in documentation 2021-03-28 12:31:53 +05:30
Rishabh Garg b2e913029e Merge branch 'warm-start' of ssh://github.com/RishabhGarg108/mlpack-1 into warm-start 2021-03-27 22:43:23 +05:30
Rishabh GargandRyan Curtin 5d3d81de28 Update HISTORY.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-03-27 22:43:09 +05:30
Rishabh Garg bc4307d37e Undo unwanted changes 2021-03-27 22:42:58 +05:30
Marcus Edel b96c79284b Merge pull request #2880 from mayankray2020/tanh
Added tanh exponential activation function.
2021-03-27 18:02:57 +01:00
Rishabh Garg 416cd7cf8c Added a missing newline 2021-03-27 21:48:04 +05:30
Rishabh Garg fb928ae37f Added to HISTORY.md 2021-03-27 21:40:04 +05:30
Rishabh Garg 0f65b18e6d Fixed failing tests 2021-03-27 21:33:42 +05:30