Commit Graph
29554 Commits
Author SHA1 Message Date
Ryan Curtin 7ee0fbbd7f Merge pull request #3603 from rcurtin/main-docs
Add main mlpack documentation framework
2024-02-22 09:59:04 -05:00
Ryan Curtin b5c3c66613 Fix minor syntax issue. 2024-02-21 16:38:31 -05:00
Ryan CurtinandJames J Balamuta 31672e77f0 Update doc/index.md
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
2024-02-21 16:21:45 -05:00
Ryan Curtin 680fee01be Add a link to the C++ quickstart. 2024-02-21 16:19:24 -05:00
Ryan Curtin 1a5275745f Add a link to the CLI quickstart. 2024-02-21 16:17:01 -05:00
Ryan Curtin a0d81fcf72 Add full typed-out citation. 2024-02-21 16:16:32 -05:00
Ryan CurtinandJames J Balamuta 209a5cd8b6 Update doc/index.md
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
2024-02-21 16:13:52 -05:00
Ryan Curtin e18e13f259 Merge pull request #3623 from mlpack/cli11-header-updates-2.4.1
Upgrade CLI11 to 2.4.1
2024-02-19 12:08:55 -05:00
Yashwants19 56abb0353c Upgrade CLI11 to 2.4.1 2024-02-17 10:00:25 +00:00
Omar Shrit 3ec171630c Merge pull request #3614 from shrit/coot_9
Coot 9: Change `arma::conv_to` to `conv_to`
2024-02-12 12:38:15 +01:00
Omar Shrit 4f77f2feda Change from to From in tests and core
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-02-11 16:33:32 +01:00
Omar Shrit e88c62355a Change from to From in method
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-02-11 16:33:06 +01:00
Omar Shrit 53eee8ab4f Revert "Refactor to have a unique util.hpp"
This reverts commit 447a9cc54b.

Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-31 12:59:38 +01:00
Ryan Curtin 7f908c49d1 Add a link to the binding documentation. 2024-01-30 18:25:28 -05:00
Omar Shrit 19290b34fc Let see if this is enough for Julia to pass
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-31 00:04:23 +01:00
Omar Shrit 447a9cc54b Refactor to have a unique util.hpp
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 23:55:46 +01:00
Omar Shrit f2b9319b9c Let us see if this will work
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 23:10:47 +01:00
Omar Shrit 46329d1c54 Remove it completely instead of commenting
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 23:03:04 +01:00
Omar Shrit 29f1d7534e Fix header order that can lead to an issue
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 23:02:05 +01:00
Omar Shrit 06c9cbfe3b Change in core as well for Conv_to
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 22:29:22 +01:00
Omar Shrit 56827baf15 Change to ConvTo in tests
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 22:27:51 +01:00
Omar Shrit a91ffc7413 Change to ConvTo in all methods
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 22:26:44 +01:00
Omar Shrit 251202b0f5 Change to ConvTo in lars
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 22:21:20 +01:00
Omar Shrit 7225f5457e Fix for input and output types e.g., std::vector
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 22:20:13 +01:00
Omar Shrit 8c31348dd2 Change conv_to to ConvTo
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 22:00:33 +01:00
Omar Shrit 71506bb9ce Change arma::conv_to to conv_to
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 12:57:12 +01:00
Omar Shrit 82122b9783 Fix compiler ambiguity related to not using arma::
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 12:46:53 +01:00
Omar Shrit d48b26538e Use conv_to class instead of arma::conv_to
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 12:46:24 +01:00
Omar Shrit 655afe8cbe Add the conv_to file from ensmallen
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-30 12:45:27 +01:00
Omar Shrit 1edb179ade Merge pull request #3565 from akropp/replicate_layer
Add Repeat and Replicate ANN Layer Types
2024-01-28 23:04:49 +01:00
Omar Shrit 15f73260aa Merge pull request #3610 from shrit/coot_8
S01E08 Remove `arma::` element wise functions and `join_cols` and `join_rows``
2024-01-28 15:06:30 +01:00
Omar Shrit e64481c2e2 Follow the suggestions
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-27 17:03:59 +01:00
Omar Shrit 496101a48e Fix all remaining style errors
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-01-27 16:40:00 +01:00
Omar ShritandRyan Curtin 90e3adeace Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:32:00 +01:00
Omar ShritandRyan Curtin d7b96ba2bc Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:31:42 +01:00
Omar ShritandRyan Curtin 2d24b9683c Update src/mlpack/methods/softmax_regression/softmax_regression_function_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:31:24 +01:00
Omar ShritandRyan Curtin 71352f1076 Update src/mlpack/methods/ann/loss_functions/mean_squared_logarithmic_error_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:30:55 +01:00
Omar ShritandRyan Curtin f96d31a858 Update src/mlpack/methods/ann/layer/softmax_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:30:42 +01:00
Omar ShritandRyan Curtin 351e01ab92 Update src/mlpack/methods/ann/layer/radial_basis_function_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:30:18 +01:00
Omar ShritandRyan Curtin 83166f07e9 Update src/mlpack/methods/ann/layer/radial_basis_function_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:29:59 +01:00
Omar ShritandRyan Curtin 97def6abfe Update src/mlpack/tests/decision_tree_regressor_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:29:28 +01:00
Omar ShritandRyan Curtin e32a9f6a9c Update src/mlpack/methods/ann/layer/not_adapted/virtual_batch_norm_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:29:13 +01:00
Omar ShritandRyan Curtin eff0a8818b Update src/mlpack/tests/softmax_regression_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:28:48 +01:00
Omar ShritandRyan Curtin ed6d5dd10c Update src/mlpack/tests/softmax_regression_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:28:41 +01:00
Omar ShritandRyan Curtin 59ba0054d1 Update src/mlpack/tests/decision_tree_regressor_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:28:34 +01:00
Omar ShritandRyan Curtin 2214660547 Update src/mlpack/tests/decision_tree_regressor_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:28:26 +01:00
Omar ShritandRyan Curtin 43573249f2 Update src/mlpack/tests/decision_tree_regressor_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:28:17 +01:00
Omar ShritandRyan Curtin 5532b1cc58 Update src/mlpack/methods/ann/layer/layer_norm_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:28:04 +01:00
Omar ShritandRyan Curtin 7a4bad1e94 Update src/mlpack/methods/ann/dists/normal_distribution_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:27:49 +01:00
Omar ShritandRyan Curtin f79da27deb Update src/mlpack/methods/ann/convolution_rules/svd_convolution.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-01-27 16:26:43 +01:00