Commit Graph
29781 Commits
Author SHA1 Message Date
James J Balamuta 4dc080f0ca Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R 2024-04-23 12:38:11 -07:00
Ryan Curtin aeac9cd9b0 Just one more sanity check test. 2024-04-22 16:03:11 -04:00
Ryan Curtin 734c834ed1 Test "verbose" option for R. 2024-04-22 16:00:20 -04:00
James J Balamuta e4ab99df3c Merge pull request #3691 from rcurtin/r-binding-verbose
Fix `verbose` for R bindings
2024-04-17 22:27:21 -07:00
Ryan Curtin a0e06d9d00 Update HISTORY. 2024-04-17 16:48:08 -04:00
Ryan Curtin bce98510e1 Remove now-unneeded macro since we are not using Boost anymore. 2024-04-17 16:40:49 -04:00
Ryan Curtin 86ccccc1f9 Handle verbose directly inside the binding function so we access the correct Log::Info. 2024-04-17 16:40:22 -04:00
Ryan Curtin 3e2a677704 Merge pull request #3689 from rcurtin/adaboost-table-fix
Fix `AdaBoost` constructor parameter table
2024-04-16 09:25:12 -04:00
Ryan Curtin 1744769970 Fix AdaBoost table. 2024-04-15 16:04:23 -04:00
Omar Shrit e5a385acc9 Merge pull request #3680 from shrit/coot_14
Coot 14, Remove `arma` from `arma::zeros` and `arma::ones`
2024-04-14 12:24:49 +02:00
Omar Shrit 4ccdde3747 Merge pull request #3683 from shrit/coot_15
Coot15, Do not use the transform function if we are using bandicoot in softmax layer
2024-04-14 12:14:59 +02:00
Ryan Curtin aa771da167 Merge pull request #3679 from rcurtin/add-batch-size
Fix batch handling for `Add::Gradient()`
2024-04-12 11:37:11 -04:00
Omar Shrit 769e510600 Merge branch 'coot_14' of github.com:shrit/mlpack into coot_14 2024-04-11 18:34:01 +02:00
Omar Shrit 72e512d277 Improve the message and fix the merge artifact
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-11 18:33:07 +02:00
Omar ShritandRyan Curtin c28b8e0a3a Update src/mlpack/methods/ann/not_adapted/brnn_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-11 16:48:32 +02:00
Omar ShritandRyan Curtin 2946df3fd4 Update src/mlpack/methods/ann/layer/log_softmax.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-11 15:24:31 +02:00
Omar ShritandRyan Curtin 4f42aaee63 Update src/mlpack/methods/ann/layer/log_softmax.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-11 15:24:26 +02:00
Omar ShritandRyan Curtin a45dcb0327 Update src/mlpack/methods/ann/layer/log_softmax_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-11 15:24:19 +02:00
Omar ShritandRyan Curtin 9eb7c12e78 Update src/mlpack/methods/ann/layer/log_softmax_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-11 15:24:09 +02:00
Omar Shrit 0993d2c2c9 Split the forward function into two matrix dependant implementations
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-11 13:26:09 +02:00
Omar Shrit 634d6f2ac3 Do not use the transform function if we are using bandicoot
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-10 12:59:39 +02:00
Omar Shrit f256c4cd1d Merge branch 'master' into coot_14
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-10 12:25:25 +02:00
Omar Shrit 1781543e24 Fix all zeros func to be on the same line
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-10 12:18:06 +02:00
Omar Shrit 219a53e4ae Reduce the history
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-10 11:50:36 +02:00
Omar ShritandRyan Curtin c724c01e11 Update src/mlpack/methods/rann/ra_search_rules_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-10 11:22:56 +02:00
Omar ShritandRyan Curtin 4db342e87c Update src/mlpack/methods/lsh/lsh_search_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-10 11:22:48 +02:00
Omar ShritandRyan Curtin 16c90531f1 Update src/mlpack/methods/lsh/lsh_search_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-10 11:22:39 +02:00
Omar ShritandRyan Curtin 4918365354 Update src/mlpack/methods/ann/layer/log_softmax_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-10 11:22:24 +02:00
Omar ShritandRyan Curtin edb112299a Update src/mlpack/methods/ann/augmented/tasks/copy_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-10 11:21:18 +02:00
Omar ShritandRyan Curtin 6410a2adaf Update src/mlpack/core/util/using.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-04-10 11:20:58 +02:00
Ryan Curtin 6586ed6fb6 Merge pull request #3677 from rcurtin/pca-doc
Document `PCA`
2024-04-09 08:51:53 -04:00
Omar Shrit 1918c23ea0 Revert the transform commit, will do it in a different PR
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-08 17:58:12 +02:00
Omar Shrit 13fa3cb875 Adding all my previous PR's into the history
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-08 17:41:57 +02:00
Ryan Curtin 5524679a3d Add some tests for the Add layer. 2024-04-08 11:19:16 -04:00
Ryan Curtin 7921a3adeb Fix Add layer for batch sizes greater than 1. 2024-04-08 11:18:59 -04:00
Omar Shrit b6093811b3 Change arma::ones to ones
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-08 17:18:29 +02:00
Omar Shrit 1dcbd06b9d Convert arma::zeros to zeros
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-04-08 17:08:03 +02:00
Omar Shrit b70d16d787 Merge branch 'master' into coot_14 2024-04-08 16:55:05 +02:00
Ryan Curtin 8f722ef4da Merge pull request #3678 from rcurtin/sidebar-basics
Add more links to sidebar, including CV/HPT.
2024-04-08 10:40:53 -04:00
Ryan Curtin 787e14b419 Fix indentation. 2024-04-08 10:40:15 -04:00
Ryan Curtin 918f8c25f5 Add more links to sidebar, including CV/HPT. 2024-04-03 17:48:18 -04:00
Ryan Curtin 58d5e0250b Update HISTORY.md. 2024-04-03 14:00:02 -04:00
Ryan Curtin fb6baba779 Update Weka links. 2024-04-03 13:58:02 -04:00
Ryan Curtin e8792de3bc Don't fail on 301s (bans for crawling). 2024-04-03 13:57:55 -04:00
Ryan Curtin 276dc85aac Fix links in PCA documentation. 2024-04-03 13:57:34 -04:00
Ryan Curtin e4f33e20c0 Add additional overloads for PCA::Apply() and tests. 2024-04-03 13:21:50 -04:00
Ryan Curtin 2c390b0f68 Limit width of sidebar. 2024-04-03 13:21:27 -04:00
Ryan Curtin 294d80da35 Revisions to PCA documentation. 2024-04-03 13:21:16 -04:00
Ryan Curtin b3fd17e65f Add documentation for PCA. 2024-04-02 14:54:21 -04:00
Ryan Curtin 41ad950d5e Templatize PCA and its dependencies to allow different matrix types. 2024-04-02 14:52:15 -04:00