Commit Graph
28839 Commits
Author SHA1 Message Date
Adam KroppandRyan Curtin efae2fd1f6 Update src/mlpack/methods/ann/ffn_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-01 17:26:16 -04:00
Adam KroppandRyan Curtin 91a62a56ab Update src/mlpack/methods/ann/ffn_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-01 17:26:00 -04:00
Adam Kropp b26a2fcd99 Merge remote-tracking branch 'upstream/master' into adapt_multihead 2023-10-31 12:57:03 -04:00
conradsnicta 4df75cca46 detect C++17 mode in MSVC (#3555) 2023-10-29 13:52:38 +01:00
Adam Kropp 15c2c0f274 Adding input and output parameters to Backward() method on Layer. 2023-10-27 13:33:19 -04:00
Ryan Curtin 5e8a27d6bc Merge pull request #3550 from rcurtin/https-downloader
Use HTTPS for auto-downloaded dependencies
2023-10-26 11:00:10 -04:00
Ryan Curtin 06a2b04cd7 Bump Armadillo version that the autodownloader uses. 2023-10-24 13:36:25 -04:00
Marcus Edel 99cde28a02 Merge branch 'master' into https-downloader 2023-10-23 19:38:19 -04:00
Ryan Curtin 4472c62f83 Update HISTORY. 2023-10-23 17:09:30 -04:00
Ryan Curtin e7cc4b4f63 Use HTTPS for auto-downloaded dependencies. 2023-10-23 17:07:14 -04:00
Adam Kropp a0c374776c Update softmax_impl.hpp
comment out unusued parameter "input"
2023-10-23 14:31:28 -04:00
akropp 2791789b5e Fix references to "input" in the Backwards call. 2023-10-23 13:39:41 -04:00
Adam Kropp 175a9e4597 ANN Layers Template Parameter Consistency (#3546) 2023-10-22 14:44:33 +02:00
Ryan Curtin 699aebe781 Another cran fix round two (#3543)
* Add @aliases to make CRAN happy after breaking roxygen2 change.
2023-10-22 14:39:24 +02:00
Adam Kropp ae354c8d11 Fix L1 regularization in case where weight is zero (#3545) 2023-10-21 09:25:49 +02:00
akropp 7993469d4c Fix LayerNorm
(cherry picked from commit 7259b714b33587629803c77b399213ecc15c84a8)
2023-10-20 07:50:32 -04:00
akropp 89b78f8c02 Add self-attention flag to MultiheadAttention layer
(cherry picked from commit e64b454df52f9f59084137bc1c3ea99e6d46c72e)
2023-10-20 07:27:03 -04:00
akropp dcf4ce3961 Adapt multihead_attention
(cherry picked from commit 20f646ef2bfc2d457b57f6496a845b8f48a287fd)
2023-10-20 07:26:37 -04:00
Adam Kropp 441248f567 Update layer_norm.hpp
Removed default value for eps.
2023-10-20 05:59:07 -04:00
akropp b686012dd7 Remove unnecessary template arg
(cherry picked from commit dfafc151ffb1528e52830a56cdfcfc24a154142e)
2023-10-19 14:19:27 -04:00
akropp ed0b423083 Remove unnecessary template arg
(cherry picked from commit 78c4ccb35c6237a52ddecf06d73d5922b3399925)
2023-10-19 14:18:30 -04:00
akropp 4de7035895 Use MakeAlias to slice input data
(cherry picked from commit 0728f3b0a658a7263e6fbdf1002b217418ce3adb)
2023-10-19 10:22:01 -04:00
Adam Kropp 0a485372c6 Pass the correct "input" values to the sub-layers during the Backward pass
(cherry picked from commit 1593e6e8aff2315fe13656a575aa77e7969d6583)
2023-10-18 15:14:25 -04:00
Adam Kropp beb2873893 Pass the correct "input" values to the sub-layers during the Backward pass
(cherry picked from commit fd105b8edd16ad020f0b9717f1f80570dda2c936)
2023-10-18 15:14:17 -04:00
Adam Kropp 8ef9f590a4 Adapt LayerNorm to new Layer interface.
(cherry picked from commit 4eff1b39ee15fd66bb8c64b85721e07d56c3b9b1)
2023-10-18 15:10:05 -04:00
Adam Kropp a79ca49345 Adapt MultiheadAttention to new Layer interface.
(cherry picked from commit b8b7e2bec9a3a16ffa3a653c81c2bd5ffe0e9654)
2023-10-18 15:10:00 -04:00
Adam Kropp 727323b6f5 Adapt LayerNorm to new Layer interface.
(cherry picked from commit cb50bf0626e77e9a4df23c650b5852a79754fc5c)
2023-10-18 15:09:49 -04:00
Adam Kropp 53cd8e7605 Adapt MultiheadAttention to new Layer interface.
(cherry picked from commit 5f69d9217023b36f06f37038964948ef8477fb41)
2023-10-18 15:09:33 -04:00
Ryan Curtin bba07a3c2c Merge pull request #3541 from rcurtin/fix-lr-includes
Fix include ordering for `LinearRegression`
2023-10-14 15:25:52 -04:00
Ryan Curtin 2b35a8826f Merge pull request #3538 from AdarshSantoria/typo
Fix Random Forest Test
2023-10-09 11:58:41 -04:00
Ryan Curtin f8fce5e98f Update HISTORY. 2023-10-05 16:00:02 -04:00
Ryan Curtin b8b5172304 Be careful when including core.hpp to avoid circular dependencies (#3540). 2023-10-05 15:54:32 -04:00
Ryan Curtin 3d4ec950e1 Standardize names of header guards (trivial). 2023-10-05 15:54:14 -04:00
Adarsh Santoria dadb94b3af Update random_forest_test.cpp 2023-10-05 18:05:27 +05:30
AdarshSantoria 5884c3e638 fix noise accuracy 2023-10-05 17:03:08 +05:30
AdarshSantoria 3d8e9edebf fix random_forest_test 2023-10-01 12:33:15 +05:30
Omar Shrit 8070027f5b Merge pull request #3534 from shrit/float
Float -- episode 1
2023-09-20 17:05:44 +02:00
Omar Shrit 5875ab8208 Remove explicit template parameters
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-19 11:12:29 +02:00
Omar Shrit faa76a0cf3 Remove the serialization line, not needed in the main repo
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-18 20:23:47 +02:00
Omar Shrit af38b13aff Compiling
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-18 20:16:19 +02:00
Omar Shrit b1f16ce5d8 Keep the batch normalization aside for a bit
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-18 19:55:59 +02:00
Ryan Curtin c667caea63 Merge pull request #3533 from rcurtin/release-4.2.1
Release version 4.2.1
2023-09-07 08:42:40 -04:00
Ryan Curtin 23d6c148a6 Add new block for next release to HISTORY.md. 2023-09-05 13:36:10 -04:00
Ryan Curtin 05884f0de0 Update and release version 4.2.1. 2023-09-05 13:36:10 -04:00
Ryan Curtin 8ac85f52e7 Merge pull request #3532 from rcurtin/win-msi-fix
Fix Windows Azure MSI build and loosen some test tolerances
2023-09-05 13:35:38 -04:00
Ryan Curtin 9f69729536 Attempt to fix path of MSBuild.exe 2023-09-01 15:54:58 -04:00
Ryan Curtin dcb953a6c1 Loosen tolerance for CF tests to fix spurious failures. 2023-09-01 15:52:23 -04:00
Ryan Curtin 1a6100a987 Merge pull request #3529 from rcurtin/stb-header-detect
Add mlpack/config.hpp and automatic CMake configuration
2023-09-01 14:30:53 -04:00
Marcus Edel a013f07889 Merge pull request #3520 from tareknaser/rl-docs
Reinforcement Learning: Introducing Agent-Specific Tutorials.
2023-09-01 10:27:18 -04:00
Ryan Curtin be9708daad Fix R binding build to include config.hpp. 2023-08-29 16:09:48 -04:00