Commit Graph
16097 Commits
Author SHA1 Message Date
Ryan Curtin 65abfb5c60 Merge pull request #3560 from rcurtin/adaboost-doc
Documentation for `AdaBoost` and `Perceptron`
2023-11-30 12:56:15 -05:00
James J Balamuta bf70ccc6ca Merge pull request #3350 from rcurtin/rf-doc
Markdown documentation for `DecisionTree`, `DecisionTreeRegressor`, and `RandomForest`
2023-11-29 13:29:13 -07:00
Ryan Curtin 0b98875583 Merge remote-tracking branch 'origin/master' into py-split-doc-fix 2023-11-27 13:45:43 -05:00
Ryan Curtin e92eb6d1ff Add new block for next release to HISTORY.md. 2023-11-27 13:27:20 -05:00
Ryan Curtin c8726ff2ee Update and release version 4.3.0. 2023-11-27 13:27:20 -05:00
Ryan Curtin ca8ffcd796 Fix call to preprocess_split() in generated documentation. 2023-11-24 12:26:58 -05:00
Ryan Curtin 2901263636 Merge branch 'rf-doc' into adaboost-doc 2023-11-22 14:02:28 -05:00
Ryan Curtin 1a365ba906 Merge remote-tracking branch 'origin/master' into rf-doc 2023-11-22 14:01:58 -05:00
Adam KroppandRyan Curtin 0f7f472da6 Update src/mlpack/methods/ann/ffn_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-20 15:10:51 -05:00
Adam KroppandRyan Curtin 7bce96af3f Update src/mlpack/methods/ann/ffn_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-20 15:10:43 -05:00
Adam Kropp df248103aa Merge branch 'adapt_multihead' of https://github.com/akropp/mlpack into adapt_multihead 2023-11-16 13:46:51 -05:00
Adam Kropp 511fe6970b Add author lines
Added to the files where I made meaningful logic changes.
2023-11-16 13:46:40 -05:00
Adam KroppandRyan Curtin 0d4eb701f9 Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:19:22 -05:00
Adam KroppandRyan Curtin 13cb8c2260 Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:19:06 -05:00
Adam KroppandRyan Curtin def2346094 Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:53 -05:00
Adam KroppandRyan Curtin 2328247445 Update src/mlpack/methods/ann/layer/multihead_attention_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:42 -05:00
Adam KroppandRyan Curtin 27ad35c5ca Update src/mlpack/methods/ann/layer/layer_norm.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:31 -05:00
Adam KroppandRyan Curtin 130b075d2e Update src/mlpack/methods/ann/activation_functions/hard_swish_function.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:20 -05:00
Adam Kropp 74f42a4e1b Fix bug with old armadillo version 2023-11-16 09:04:41 -05:00
Adam Kropp 8ad2e225da Temporary debugging spew to see why this fails in azure 2023-11-15 10:17:32 -05:00
Adam Kropp 677a6d8487 input dimension size calc was wrong in Reset() 2023-11-15 10:17:02 -05:00
Ryan Curtin bcd51d2f1e Fix other use of cereal macro not available in older versions. 2023-11-15 08:55:36 -05:00
Ryan Curtin dd91888b57 Correct handling for older cereal versions. 2023-11-15 08:53:36 -05:00
Adam Kropp d90282abf5 Update elish_function.hpp 2023-11-14 10:25:38 -05:00
Adam Kropp fdb29d3a73 Update elish_function.hpp 2023-11-14 10:11:50 -05:00
Adam Kropp b788e4a8f2 Perf improvement 2023-11-14 10:03:20 -05:00
Adam Kropp a389184f48 Update elish_function.hpp 2023-11-14 07:32:13 -05:00
Adam Kropp 62cedfdb4b Fix conditionals 2023-11-13 18:11:28 -05:00
Ryan Curtin a388e56294 Fix test values. 2023-11-13 17:02:02 -05:00
Ryan Curtin 6989814119 Don't use deprecated functions in bindings. 2023-11-13 16:55:49 -05:00
Ryan Curtin 27b9bb335e Don't use deprecated functions in tests; use new versions. 2023-11-13 16:55:20 -05:00
Ryan Curtin 1e5375edb1 Deprecate versions where a weak learner is passed. 2023-11-13 16:54:00 -05:00
Ryan Curtin 585496bb8b Use universal references in constructor. 2023-11-13 16:53:44 -05:00
Ryan Curtin 4e0e9cfcdf Update tests. 2023-11-13 16:20:01 -05:00
Ryan Curtin 1b010ceb79 Update AdaBoost implementation: add Train() overloads, add Classify() overloads, add constructors, fix serialization in reverse-compatible way. 2023-11-13 16:19:40 -05:00
Ryan Curtin 228b237c0d Remove debugging output. 2023-11-13 16:18:49 -05:00
Ryan Curtin 0f27f37046 Implement CheckMatrices() for floats. 2023-11-13 16:18:36 -05:00
Ryan Curtin 4b81e0b620 Include workaround for allowing templated versions for serialization. 2023-11-13 16:17:21 -05:00
Ryan Curtin 1bfb3c9d77 Allow perceptrons to take arbitrary weight types. 2023-11-13 16:15:52 -05:00
Ryan Curtin 1f050b35b3 Allow templatized weights for DecisionTree and subclasses. 2023-11-13 16:12:20 -05:00
Adam Kropp 1539b6e7db Remove commentary 2023-11-13 16:03:39 -05:00
Adam Kropp deb68b984c Fix deriv 2023-11-13 16:01:51 -05:00
Adam Kropp 5c7fde65a4 Fixes 2023-11-13 15:53:09 -05:00
Adam KroppandRyan Curtin 94bb5ff521 Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-13 15:45:43 -05:00
Adam KroppandRyan Curtin 4cb0cd111c Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-13 15:32:27 -05:00
Adam KroppandRyan Curtin dfcf40a71f Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-13 15:30:25 -05:00
Adam KroppandRyan Curtin d00446231a Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-13 15:29:23 -05:00
Adam KroppandRyan Curtin 4244a337a9 Update src/mlpack/methods/ann/activation_functions/spline_function.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-13 15:27:46 -05:00
Adam KroppandRyan Curtin cd2c13e4b4 Update src/mlpack/methods/ann/activation_functions/tanh_function.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-13 15:27:00 -05:00
Adam KroppandRyan Curtin 26b031110e Update src/mlpack/methods/ann/activation_functions/tanh_exponential_function.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-13 15:26:11 -05:00