Ryan Curtin
5e8beeb0be
Python binding installation fixes ( #3505 )
2023-07-14 08:16:29 +02:00
Ryan Curtin
a7c5a3ba23
Add ClassProbabilities() member to DecisionTree.
2023-07-07 11:04:02 -04:00
Ryan Curtin
9b89f79e01
Shorten filename for CRAN tar limits. ( #3507 )
2023-07-04 16:08:54 +02:00
Shubham Agrawal
b5cb9dfe03
Merge pull request #3499 from tareknaser360/ou
...
Reinforcement Learning: Ornstein-Uhlenbeck noise
2023-07-01 21:25:06 +05:30
Ryan Curtin
e53f7d37d1
Merge pull request #3502 from wdconinc/patch-1
...
fix: append existing PYTHONPATH to CMAKE_PYTHON_PATH
2023-06-25 12:36:07 -04:00
Ryan Curtin
9a49b74d08
Update to more recent mlpack 4 paper. ( #3504 )
2023-06-24 03:08:24 +02:00
Wouter Deconinck and Ryan Curtin
af3b3bded4
fix: style python/CMakeLists.txt
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2023-06-23 08:27:12 -05:00
Wouter Deconinck
183396e51a
fix: append existing PYTHONPATH to CMAKE_PYTHON_PATH
...
This addresses #3500 . It approaches it slightly differently than the code included there, in order to behave correctly when `PYTHONPATH` is not set and to remain within the CMake version 3.6 minimum (prevents `JOIN`).
2023-06-22 11:29:03 -05:00
Tarek
d8b7431bde
feat(rl): modify ddpg to accept a noise instance
...
Signed-off-by: Tarek <tareknaser360@gmail.com >
2023-06-20 18:25:02 +03:00
Tarek
7bd26a8ba2
feat(rl): implement Ornstein-Uhlenbeck noise class
...
Signed-off-by: Tarek <tareknaser360@gmail.com >
2023-06-20 15:45:48 +03:00
Shubham Agrawal
355f667479
Merge branch 'master' into ddpg
2023-06-20 11:15:59 +05:30
Ryan Curtin
137bf01b1d
Add new block for next release to HISTORY.md.
2023-06-16 15:47:02 -04:00
Ryan Curtin
6a9e19dd01
Update and release version 4.2.0.
2023-06-16 15:47:02 -04:00
Tarek
465f021614
fix(rl): use smaller networks for testing
...
Signed-off-by: Tarek <tareknaser360@gmail.com >
2023-06-14 17:00:45 +03:00
mayank-root
c1ba453700
Added Hyper-Sinh activation function ( #3491 )
2023-06-14 01:48:44 +02:00
Tarek
2187ba291e
fix(rl): add tparam for critic
...
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
493b879f23
LARS fixes: intercept, normalization, bugfix ( #3493 )
2023-06-10 18:13:48 +02:00
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
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
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 Santoria and Ryan 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
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
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