Commit Graph
14092 Commits
Author SHA1 Message Date
Rishabh Garg 61e88e6b3c Add OutputValue and SimilarityScore methods 2021-06-30 23:00:50 +05:30
Rishabh Garg b80ecf2e95 Add missing typename 2021-06-30 20:50:40 +05:30
Rishabh Garg e4b073f3ee Update template for InitialPrediction so that it can take any armadillo vector instead of just arma::Row 2021-06-30 20:46:12 +05:30
Rishabh Garg e9cba5a179 Fix name of header guards 2021-06-30 20:37:22 +05:30
Rishabh Garg 873b35e37f Add SSE Loss for xgboost 2021-06-30 20:36:47 +05:30
Ryan Curtin fff3d691d1 Merge pull request #2994 from shrit/fix_comments
Fix small bug JSON -> txt
2021-06-28 17:19:42 -04:00
Aakash Kaushik 96703ce69d correcting serialization param 2021-06-28 21:54:38 +05:30
Marcus Edel 0d9de4b541 Merge pull request #2993 from shrit/is_same
Use std::is_same instead of boost::is_same.
2021-06-25 18:01:25 -04:00
Marcus Edel 1a4fc23789 Merge pull request #2959 from abh2k/channel
Implemented channel shuffle.
2021-06-24 20:01:26 -04:00
abh2kandkartikdutt18 6f0ee6d014 Update src/mlpack/methods/ann/layer/channel_shuffle_impl.hpp
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2021-06-24 20:21:06 +05:30
Ryan Curtin 4c0dae676c Merge pull request #2992 from zoq/style-fix-3
Style fixes (line length, extra spaces, newline).
2021-06-23 15:41:25 -04:00
Marcus Edel 89e2ca2ec5 Merge pull request #2989 from abh2k/patch-1
Improved speed of lp forward pass.
2021-06-22 20:20:17 -04:00
Marcus EdelandRyan Curtin 8c09b1f4a7 Apply suggestions from code review.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-06-22 12:47:25 -04:00
Omar Shrit f1adf41a2e Fix small bug JSON -> txt
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-22 14:17:06 +02:00
Omar Shrit bcb3735a67 Use std::is_same instead of boost::is_same
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-22 14:12:57 +02:00
Marcus Edel 9fc0513b26 Style fixes (line length, extra spaces, newline). 2021-06-22 03:34:04 +02:00
Ryan Curtin 68ff28175d Merge pull request #2988 from rcurtin/rl-ens-include
Include ensmallen so ENS_VERSION_MAJOR is defined.
2021-06-21 08:00:17 -04:00
abh2kandkartikdutt18 a08bbf1316 Apply suggestions from code review
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2021-06-21 14:18:52 +05:30
abh2k 83207c4439 Use arma::pow to use fast armadillo computation 2021-06-21 12:10:20 +05:30
abh2k 821a2f2712 Update lp_pooling.hpp 2021-06-20 23:18:39 +05:30
Marcus Edel a888b569e2 Merge pull request #2980 from rcurtin/dataset-info-resize-fix
LoadCSV: only reset the DatasetMapper if the dimensionality is wrong.
2021-06-20 12:13:06 -04:00
abh2k 18efd64977 Fixed the computation of submatrix sum 2021-06-20 20:48:50 +05:30
abh2k ff1041282a Improved speed of lp forward pass 2021-06-20 20:43:08 +05:30
Ryan Curtin 6428557f47 Include ensmallen so ENS_VERSION_MAJOR is defined. 2021-06-18 20:57:25 -04:00
Ryan Curtin 1313b4eebd Merge pull request #2983 from shrit/boost_headers
I do think these headers are useless here in this file.
2021-06-17 19:34:18 -04:00
Ryan Curtin ae173028df Merge remote-tracking branch 'origin/master' into dataset-info-resize-fix 2021-06-17 09:20:50 -04:00
Aakash kaushik 64b9d63f02 Padding layer fix for multiple filters (#2985)
* padding fix for multiple filters

* padding for single and multiple layers

* add tests and comments

* zero output fix(forgot to assign to subcube)

* fixed the implementation

* applying suggestions

* tests failed because of wronginputdims that i gave

* correct outputHeight and width

* fix failing test

* final test fix

* tests pass
2021-06-17 15:38:54 +05:30
abh2kandMarcus Edel aa6d555826 Update src/mlpack/methods/ann/layer/channel_shuffle_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-06-17 10:00:20 +05:30
Ryan Curtin 710380bc9d Merge pull request #2974 from rcurtin/r-fix-attempt
Try to fix R build
2021-06-16 20:28:36 -04:00
Ryan Curtin e48e4b7e81 Use SetDimensionality(); the constructor will lose the policy. 2021-06-16 14:24:42 -04:00
Omar Shrit 218e13843f Re-organize header, I am confused now
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-16 16:14:41 +02:00
Omar Shrit ad2c512be2 Adding the missing boost headers.
Still surprised were the headers removal hits.

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-16 14:32:17 +02:00
Omar Shrit a6c0087fcc I do think these headers are useless here in this file.
Let us see if the CI agrees with me.

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-15 18:49:54 +02:00
Ryan Curtin 464b31d6ed Try to fix syntax. 2021-06-15 11:35:35 -04:00
abh2k 537df20aa3 Update ann_layer_test.cpp 2021-06-15 10:28:44 +05:30
abh2kandMarcus Edel 832c1a3a3c Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-06-15 10:26:42 +05:30
abh2k d9bc6c8f30 added author link 2021-06-15 10:25:56 +05:30
Ryan Curtin 7d416ed4a3 Update documentation so it is correct. 2021-06-14 14:51:56 -04:00
Ryan Curtin 0de456e90e Only reset the DatasetMapper if the dimensionality is wrong. 2021-06-14 14:46:32 -04:00
Marcus Edel 58869b57c5 Merge pull request #2957 from abh2k/mean_backward
Improved  speed of mean_backward under certain condition.
2021-06-11 13:33:00 -04:00
Ryan Curtin 274f85525a Merge pull request #2976 from rcurtin/cmake-3.20-fix-maybe
Try to fix CI with CMake 3.20
2021-06-10 16:36:50 -04:00
Ryan Curtin 7957eac1b8 I wonder if this will fix the issue? 2021-06-09 17:48:21 -04:00
Ryan Curtin 82fc7550cd Make sure that the length of the model is serialized too. 2021-06-07 13:07:50 -04:00
abh2kandMarcus Edel c0d5fef547 Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-06-07 09:25:58 +05:30
abh2k 01cb4b92b7 typo fix. 2021-06-06 20:28:33 +05:30
abh2k d063002f1f Got a better condition expression and gave its explanation 2021-06-06 15:41:52 +05:30
abh2k 331bc1034a Merge branch 'master' into mean_backward 2021-06-06 15:19:11 +05:30
Marcus Edel 0259155841 Merge pull request #2964 from rcurtin/hoeffding_tree_empty_constructor
Better handling of empty Hoeffding trees.
2021-06-05 20:23:10 -04:00
Ryan Curtin e33ff06735 Merge pull request #2965 from rcurtin/style-fixes
Fix style issues
2021-06-05 13:16:52 -04:00
Ryan Curtin ec58b6dd7b Fix missing semicolon. 2021-06-04 19:45:53 -04:00