Commit Graph
23962 Commits
Author SHA1 Message Date
5ca60a1aaa Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
2020-08-07 12:57:37 +05:30
Yashwant 6b205faab0 Add proper website. 2020-08-07 12:57:37 +05:30
Yashwant Singh PariharandJames J Balamuta 00743d05fa Update doc/guide/r_quickstart.hpp
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
2020-08-07 12:57:37 +05:30
Yashwant dcf7e9c302 Initial commit. 2020-08-07 12:57:37 +05:30
Yashwant e2f79f3ae5 R-Bindings. 2020-08-07 12:57:37 +05:30
favre49 42254e3ee9 Merge pull request #2543 from rcurtin/rename-go-util
Rename libgo_util.so to libmlpack_go_util.so.
2020-08-07 07:44:24 +05:30
Marcus Edel 2d25990246 Merge pull request #2454 from nishantkr18/categorical
Addition of Categorical DQN.
2020-08-06 13:04:11 +02:00
Ryan Curtin c3d5e1633f Merge remote-tracking branch 'origin/master' into rename-go-util 2020-08-05 18:41:13 -04:00
Ryan Curtin 0e87eb6c16 Fix cgo LDFLAGS. 2020-08-05 18:40:57 -04:00
Nishant Kumarandfavre49 f089e49766 Update src/mlpack/methods/reinforcement_learning/q_networks/categorical_dqn.hpp
Co-authored-by: favre49 <40389657+favre49@users.noreply.github.com>
2020-08-06 00:04:58 +05:30
Mikhail Lozhnikov 4ae4dd6ccc Merge remote-tracking branch 'mrityunjay-tripathi/embedding' (PR #2398) 2020-08-05 10:34:41 +03:00
Ryan Birmingham 9e706011bb Merge pull request #2494 from iamshnoo/soft_margin_loss
Soft Margin Loss function
2020-08-05 00:31:50 -04:00
Mrityunjay Tripathi 2418383e69 Merge branch 'master' of https://github.com/mlpack/mlpack into embedding 2020-08-05 00:23:15 +05:30
saksham189 a9d9430f9b Merge pull request #2552 from kartikdutt18/DeterministicFFN
Changes in Deterministic settings of FNN.
2020-08-04 23:55:31 +05:30
nishantkr18 c8e4f08e9c Doc changes and adding categorical parameters to training configs 2020-08-04 23:48:40 +05:30
Mrityunjay Tripathi f146e3e2b3 fix static code analysis error 2020-08-04 22:55:30 +05:30
kartikdutt18 d85c689424 static analysis check fixes 2020-08-04 20:33:35 +05:30
Mrityunjay TripathiandMikhail Lozhnikov 172bd68d35 apply suggestions from code review
Co-authored-by: Mikhail Lozhnikov <lozhnikovma@gmail.com>
2020-08-04 18:46:13 +05:30
kartikdutt18 8ddd2250fe Style fix 2020-08-04 17:24:35 +05:30
kartikdutt18 d570d7c694 Add empty line after tests 2020-08-04 17:14:14 +05:30
kartikdutt18 bdb5abd181 Changes in Deterministic parameter of FNN, default to train mode 2020-08-04 17:11:11 +05:30
Ryan Birmingham a6ca135997 Merge pull request #2545 from jeffin143/decision-test
Migrate decision_* and related test from boost to catch2
2020-08-04 00:01:51 -04:00
Mrityunjay Tripathi c32c47137b correcting catch tests 2020-08-04 00:11:57 +05:30
Mrityunjay Tripathi f7354abc0b Merge branch 'master' of https://github.com/mlpack/mlpack into embedding 2020-08-03 22:49:29 +05:30
favre49 c62fb588a8 Merge pull request #2551 from jeffin143/ann-test
migrate ann_* and related test from boost to catch2
2020-08-03 22:06:56 +05:30
nishantkr18 4a7c65962d removed acrobot test 2020-08-03 20:25:44 +05:30
Mrityunjay Tripathi 5081d77d6c trigger the build 2020-08-03 17:25:53 +05:30
Mrityunjay Tripathi f3056ff6ed some correction in comments 2020-08-03 13:41:44 +05:30
Mrityunjay Tripathi 345b312c00 add comments about matrix dimensions 2020-08-03 12:24:26 +05:30
Mrityunjay TripathiandMikhail Lozhnikov 0e3458f244 apply suggestions from code review
Co-authored-by: Mikhail Lozhnikov <lozhnikovma@gmail.com>
2020-08-03 10:59:55 +05:30
Mrityunjay Tripathi af2f037fbf Merge branch 'master' of https://github.com/mlpack/mlpack into embedding 2020-08-02 08:46:26 +05:30
Ryan Curtin f6ca446400 Merge branch 'mercierc-feat/bayesian_ridge' into master 2020-08-01 17:03:59 -04:00
Ryan Curtin 977f326251 Update HISTORY. 2020-08-01 17:03:39 -04:00
Ryan Curtin c7f9b48547 Merge branch 'feat/bayesian_ridge' of https://github.com/mercierc/mlpack into mercierc-feat/bayesian_ridge 2020-08-01 17:01:33 -04:00
jeffin143 ff4ef04782 style fixes 2020-08-02 01:48:59 +05:30
nishantkr18 afbe693cb4 changing tests for categorical 2020-08-01 21:31:07 +05:30
jeffin143 0997b7e6fe migrate ann_* and related test from boost to catch2 2020-08-01 20:16:20 +05:30
nishantkr18 ca15458de4 Updated HISTORY 2020-08-01 20:02:23 +05:30
nishantkr18 5277964c86 Merge branch 'master' into categorical 2020-08-01 20:00:15 +05:30
nishantkr18 4137d2d51b Added categorical test for cartpole! 2020-08-01 19:36:26 +05:30
nishantkr18 1514944316 Minor change to the reward function of the environment 2020-08-01 19:29:59 +05:30
Mrityunjay Tripathi 21dc590bfa keep tolerance to be 1e-05 in gradient check because different platforms give results with different precision on matrix operations. 2020-08-01 16:33:31 +05:30
Mrityunjay Tripathi 0a2f50e64e change weight dimension to (vocabSize, embeddingSize) 2020-08-01 16:28:13 +05:30
Ryan CurtinandMarcus Edel 2c0592ec61 Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-07-31 19:01:36 -04:00
Ryan CurtinandMarcus Edel 2d2118eeef Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-07-31 18:54:08 -04:00
Ryan CurtinandMarcus Edel 43e97f385b Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-07-31 18:53:58 -04:00
jeffin143 d646a06a70 some style fixes 2020-08-01 02:48:31 +05:30
Mrityunjay Tripathi 76abc84271 Merge branch 'master' of https://github.com/mlpack/mlpack into embedding 2020-07-31 23:36:08 +05:30
Marcus Edel b74c50d0ca Merge pull request #2548 from kartikdutt18/TestCNN
Add tests for Convolutional layer.
2020-07-31 19:28:12 +02:00
merciercandMarcus Edel e0dfd96796 Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-07-31 09:33:58 +02:00