Commit Graph
28703 Commits
Author SHA1 Message Date
Tarek 07e56a73e2 include ddpg in history
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-13 16:08:35 +03:00
Tarek bd25f579e5 feat(rl): add a continuous action space test for ddpg
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-13 16:06:00 +03:00
Tarek 884134afc8 feat(rl): implement ddpg and test on pendulum task
Signed-off-by: Tarek <tareknaser360@gmail.com>
2023-06-13 16:06:00 +03:00
Ryan Curtin c3870283f8 Merge pull request #3445 from AdarshSantoria/notadapted
Adapt C_ReLU, ReLU6, FlexibleReLU
2023-06-12 08:44:19 -04:00
Ryan Curtin 0846c15ba1 Update HISTORY.md 2023-06-12 08:44:09 -04:00
Ryan Curtin 493b879f23 LARS fixes: intercept, normalization, bugfix (#3493) 2023-06-10 18:13:48 +02:00
Adarsh Santoria 91497292c7 Update HISTORY.md 2023-06-09 23:39:33 +05:30
Adarsh Santoria 80274e400d Update HISTORY.md 2023-06-09 23:38:55 +05:30
Adarsh Santoria 27727e6020 Merge branch 'master' into notadapted 2023-06-09 23:34:15 +05:30
Ryan Curtin 97fa8af3dd Categorical support preprocess_one_hot_encoding (#3487) 2023-06-09 02:51:54 +02:00
Adarsh Santoria db3da8df5f fix style 2023-06-04 11:46:42 +05:30
Adarsh Santoria 3c10d014e4 fix style 2023-06-04 11:46:11 +05:30
Adarsh Santoria 4756cc701b fix style 2023-06-04 11:45:14 +05:30
Adarsh Santoria 178f79516f fix style 2023-06-04 11:43:52 +05:30
Adarsh Santoria 30cda61419 Update HISTORY.md 2023-06-04 01:15:58 +05:30
Adarsh Santoria 88221ed1fb Merge branch 'master' into notadapted 2023-06-04 01:06:39 +05:30
Adarsh Santoria a8d3b21cd6 Merge branch 'mlpack:master' into notadapted 2023-06-04 00:58:22 +05:30
Adarsh Santoria abd59c4b3c Merge pull request #1 from rcurtin/notadapted
Minor bug fixes
2023-06-04 00:52:29 +05:30
Ryan Curtin ce9e1d77c9 Document the use of std::move() to avoid copies for neural networks (#3490) 2023-06-03 12:28:01 +02:00
Ryan Curtin 3b893babc1 Merge pull request #3488 from rcurtin/install-r-headers
Install mlpack and cereal headers in R package
2023-06-01 08:38:10 -04:00
Ryan Curtin 7af0de4011 It's fixed, so now remove the debugging output. 2023-05-31 15:24:25 -04:00
Ryan Curtin b823da7710 Fix strategy to run multiple times; make matrix a bit larger. 2023-05-31 12:29:20 -04:00
Ryan Curtin d302153f92 Try printing the matrices so I can reproduce locally. 2023-05-31 09:42:58 -04:00
Ryan Curtin 6c833473f8 Can we get more information about the failure? 2023-05-31 06:25:07 -04:00
Ryan Curtin 040b1bfda6 Relax tolerance for SparseNMFALSTest a little bit. 2023-05-30 15:15:53 -04:00
Marcus Edel 595419e6d6 Merge pull request #3485 from mayank-root/ftswish_1
Implemented FTSwish Activation Function.
2023-05-30 09:47:54 -04:00
Ryan Curtin 572f2a1f72 Some other minor fixes to tests. 2023-05-30 09:09:39 -04:00
Ryan Curtin 2b82352566 Use arma::clamp() instead of min() and max(). 2023-05-30 09:09:30 -04:00
Ryan Curtin c957ba6bbe Shrink sizes of arrays in tests. 2023-05-30 09:01:05 -04:00
Ryan Curtin 7df3bbc267 Add ComputeOutputDimensions() to CReLU and fix test setup. 2023-05-30 08:44:23 -04:00
Adarsh Santoria bad7b7fcfd Update relu6_impl.hpp 2023-05-30 13:39:23 +05:30
Adarsh Santoria 8c30a86659 Update relu6_impl.hpp
make code efficient
2023-05-30 13:20:40 +05:30
Adarsh SantoriaandRyan Curtin c556ce942e Update src/mlpack/methods/ann/layer/c_relu_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-05-30 02:26:19 +05:30
Adarsh Santoria fcdd90fac5 Merge branch 'mlpack:master' into master 2023-05-30 02:20:30 +05:30
Ryan Curtin cf6896e4dc Update HISTORY. 2023-05-29 12:34:24 -04:00
Ryan Curtin c0f0f22d79 Install mlpack and cereal headers in R package. 2023-05-29 12:32:22 -04:00
Mayank Raj 94da130f72 used camel case 2023-05-28 05:25:05 +05:30
Mayank Raj bc1dff58d5 Implemented FTSwish Activation Function 2023-05-24 08:18:45 +05:30
Morteza Jalalvand 4097d3ae24 Add serialize to init rules (in ann) (#3483) 2023-05-18 02:22:04 +02:00
Ryan Curtin dcdd07907c Update history for #3469 2023-05-07 03:00:08 +02:00
Ryan Curtin 59a3b842e4 Merge pull request #3469 from mrdaybird/fix_logsoftmax
Fix derivative of LogSoftMax (Resolves #3468)
2023-05-02 15:01:41 -04:00
Vaibhav Pathak 8128277f43 Add JacobianTest 2023-04-29 03:19:08 +05:30
Vaibhav Pathak 1f65dad70c Merge branch 'master' of https://github.com/mrdaybird/mlpack into fix_logsoftmax 2023-04-29 02:41:55 +05:30
Ryan Curtin 417ba3995d Merge pull request #3473 from mrdaybird/fix_prelu
Fix PReLU (Resolves #3466)
2023-04-28 14:54:29 -04:00
Ryan Curtin a7cc156807 Merge pull request #3471 from mrdaybird/fix_jacobian
Fix JacobianTest and CustomJacobianTest (Resolves #3470)
2023-04-28 13:41:55 -04:00
Vaibhav Pathak eea5e87f1c Merge branch 'master' of https://github.com/mrdaybird/mlpack into fix_logsoftmax 2023-04-27 20:33:07 +05:30
Vaibhav Pathak 5bd3259d05 Merge branch 'master' into fix_prelu 2023-04-27 20:23:27 +05:30
Ryan Curtin 403099f4ab Merge pull request #3476 from rcurtin/release-4.1.0
Release version 4.1.0
2023-04-27 09:13:03 -04:00
Vaibhav Pathak 1f9570f53b Fix style changes and update HISTORY.md 2023-04-27 14:16:05 +05:30
Vaibhav Pathak 2fd03f1541 xMerge branch 'master' of https://github.com/mrdaybird/mlpack into fix_prelu 2023-04-27 14:11:45 +05:30