Commit Graph
24466 Commits
Author SHA1 Message Date
Ryan Curtin e10e77e8ef Update HISTORY.md. 2020-10-08 20:44:32 -04:00
Ryan Curtin b6e978e249 Pass CMAKE_SIZEOF_VOID_P directly to CreateArmaConfig.cmake script. 2020-10-08 20:43:38 -04:00
Ryan Birmingham 5a41a3bcfc Merge pull request #2645 from Abilityguy/master
Migrate metric test from Boost to Catch2Migration
2020-10-08 00:02:01 -04:00
kartikdutt18 0fd5715aa7 Merge pull request #2657 from Aakash-kaushik/fast_impl
Forward implementation changed for softmin and softmax activation function
2020-10-07 15:16:52 +05:30
jeffin sam 518afc7288 Merge pull request #2655 from jeffin143/sort-string-sfinae
Migrate sort_policy, sfinae and string related test to catch2
2020-10-07 02:37:42 +05:30
Ryan Curtin d1af492691 Merge pull request #2584 from jeffin143/catch-test-part-2
Catch test part 2
2020-10-06 07:38:13 -04:00
Anush V Kini 4fb41ec702 Style fixes 2020-10-06 09:09:12 +05:30
kartikdutt18 6ec3912a08 Merge pull request #2653 from jeffin143/det-dt-test
Migrate det and distribution test to catch2
2020-10-05 00:43:49 +05:30
Aakash Kaushik f1928ee679 forward impl change: softmin, softmax 2020-10-04 19:45:36 +05:30
jeffin143 2347fa8d6c Migrate sort_policy, sfinae and string related test to catch2 2020-10-04 12:22:17 +05:30
Anush V Kini ae884356b6 Fixed epsilon values in metric_test 2020-10-04 12:03:25 +05:30
Ryan Curtin c104a2dcf0 Merge pull request #2639 from kartikdutt18/CommonFailures
Increase Threshold for some tests where common failure occurs.
2020-10-03 14:04:56 -04:00
jeffin143 6cc078d20c Migrate det and distribution test to catch2 2020-10-03 19:46:34 +05:30
Anush V Kini 7720289b34 Removed mean_shift_test.cpp from mlpack_tests in CMakeLists.txt 2020-10-03 18:45:01 +05:30
kartikdutt18 a941fa072a Merge branch 'master' into master 2020-10-03 16:16:56 +05:30
kartikdutt18 27bdc46de8 All static issue fixed (hopefully) 2020-10-03 13:33:48 +05:30
kartikdutt18 2fa2972bb6 Fix static issues 2020-10-02 21:55:53 +05:30
kartikdutt18 6b74871e6c Merge pull request #2621 from Aakash-kaushik/softmin_func
Addition of softmin activation function
2020-10-02 20:46:39 +05:30
Ryan Birmingham 96751b701b Merge pull request #2640 from Aakash-kaushik/mean_shift_test
Mean_shift_test from boost to catch2
2020-10-02 10:27:58 -04:00
Aakash Kaushik 5bf20af8bd Merge branch 'softmin_func' of https://github.com/Aakash-kaushik/mlpack into softmin_func 2020-10-02 16:52:04 +05:30
Aakash Kaushik ab4230222b softmin activation function added
shift added

shift changed for inputmax to inputmin

Test added for softmin forward function

errors fixed

suggested changes

forward function fixed

added softmin to HISTORY.md

forward result calculation source changed

space added in comment

backward function added

backward test function added, values left

tests made similar to softmax

conflict fix

fixed HISTORY.md conflict

tests made similar to softmax

Update activation_functions_test.cpp

Removed header iostream

fixed backward function

reverted changes to main/mean_shift_test.cpp

corrected the test cases

tests changed

tests changed
2020-10-02 16:50:29 +05:30
kartikdutt18 1ee7c6f07e Merge pull request #2642 from Yashwants19/enable-cancel-and-cache
Enable auto cancel build on new push and cache for build.
2020-10-02 16:04:30 +05:30
Anush V Kini dccc1fa61a Style Fixes 2020-10-02 10:16:29 +05:30
Yashwant 76c521dfe4 Stop github actions running on a forked repo. 2020-10-02 08:46:09 +05:30
Ryan Curtin 051b80b72e Merge pull request #2626 from UtR491/issue-2590
Add WeightSize() to Linear, Add and Atrous Convolution layers.
2020-10-01 21:09:08 -04:00
Anush V Kini 0787f348d3 Moved metric test from Boost to Catch2Migration 2020-10-02 00:15:56 +05:30
kartikdutt18 8f98a2ec67 Merge pull request #2638 from Aakash-kaushik/loss_functions_test
Loss_function_test from boost to catch2
2020-10-01 17:16:16 +05:30
Yashwant 56873eff93 Specify platform in windows build. 2020-10-01 12:21:22 +05:30
Yashwant a0513c0a65 Install roxygen2. 2020-10-01 10:45:19 +05:30
Yashwant d21a6ab8a1 rcmdcheck doesn't for building mlpack_r_tarball. 2020-10-01 09:26:49 +05:30
Yashwant 66c7f2c70e Install R-bindings dependencies separately. 2020-10-01 09:15:40 +05:30
Yashwant 2082d3c685 Windows fix. 2020-10-01 08:13:40 +05:30
Yashwant 07ef7872a5 Auto Cancel build on new push and enable cache for build. 2020-10-01 08:11:42 +05:30
Aakash kaushik 49ce4bdcf0 Merge pull request #6 from mlpack/master
Updated with mlpack master
2020-10-01 01:32:26 +05:30
kartikdutt18 a82527d8f1 Typo fix 2020-09-30 21:42:29 +05:30
kartikdutt18 b18ab83d46 Fix common failures by increasing threshold 2020-09-30 21:41:51 +05:30
jeffin143 fbd67be808 fix conflicts 2020-09-30 00:14:47 +05:30
jeffin143 d61c65438b merge master 2020-09-29 23:38:57 +05:30
jeffin143 1a7a8c78bb Merge branch 'catch-test-part-2' of https://github.com/jeffin143/mlpack into catch-test-part-2 2020-09-29 23:34:10 +05:30
Utkarsh Rai 44881c0a52 Test for WeightSetVisitor and WeightSizeVisitor 2020-09-29 15:04:54 +05:30
Aakash Kaushik 9dddc782e3 tests changed 2020-09-28 10:22:23 +05:30
Aakash Kaushik c42981346d tests changed 2020-09-28 10:20:14 +05:30
Ryan Birmingham 64dda1387d Merge pull request #2586 from mikkac/pca_catch_ut
Migrate PCA related tests from boost to catch2
2020-09-27 23:43:14 -04:00
Aakash Kaushik 65dc4b4f0f notations changed from decimal to scientific 2020-09-27 23:23:31 +05:30
Aakash Kaushik 9aad9c402b fixed tests 2020-09-27 23:17:49 +05:30
Aakash Kaushik 790d7122b8 fixed tests 2020-09-27 23:15:07 +05:30
Aakash Kaushik 206409fb1a migrated loss_functions_test from boost to catch2 2020-09-27 22:17:52 +05:30
Aakash Kaushik e5fc7fbc01 changed in cmake file 2020-09-27 21:03:03 +05:30
Aakash Kaushik 9c2872ae19 migrated mean_shift_test from boost to catch2 2020-09-27 20:59:58 +05:30
Aakash Kaushik e4ce2ddf90 main/mean_shift_test.cpp from boost to catch2 2020-09-27 20:13:03 +05:30