Commit Graph
25300 Commits
Author SHA1 Message Date
ayushsingh11 e6a57cd9f1 Update HISTORY.md
Added Triplet margin loss function
2020-12-12 11:45:11 +05:30
Ayush 66b9e80793 Minor Fixes for comments of PR#2208 2020-12-05 17:18:39 +05:30
Prince Gupta b8ae24a12e Fixed Forward() and Backward() to match Layer API 2020-12-05 17:06:49 +05:30
prince776 7b56328e5c Refactored to avoid r value references 2020-12-05 17:02:20 +05:30
prince f602dfa810 Added Triplet margin loss function and Resolved Merge Conflicts 2020-11-25 09:12:52 +05:30
Marcus Edel af36d9b8ff Merge pull request #2704 from NippunSharma/master
Adding Copy and Move constructors in Dropout Layer.
2020-11-24 20:41:46 +01:00
Yashwant Singh Parihar 075d6c4beb Merge pull request #2719 from Yashwants19/Fix-github-actions
Scheduled workflow must run on main repository only.
2020-11-21 08:30:12 +05:30
Nippun SharmaandMarcus Edel 10f4c80bf8 Update src/mlpack/tests/feedforward_network_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-11-20 08:07:25 +05:30
Marcus Edel e61fce8cc0 Merge pull request #2716 from NippunSharma/iss2715
Adding FAIL message to akfn_test, aknn_test and 4 more tests when calling data::Load.
2020-11-19 23:02:27 +01:00
NippunSharma b28b5efdbf Adding my name to copyright.txt 2020-11-20 01:15:30 +05:30
Yashwant Singh Parihar 1d31fafe85 Merge branch 'master' into Fix-github-actions 2020-11-18 08:46:00 +05:30
Yashwant Singh Parihar f6a84dc240 Merge pull request #2685 from Yashwants19/fix-windows-R-warnings
Fix Windows-R warnings.
2020-11-18 08:29:54 +05:30
Yashwant 1ae2693411 Remove gcc pop. 2020-11-18 06:16:18 +05:30
Yashwant Singh Parihar 94817c1ffe Update documentation. 2020-11-18 05:08:07 +05:30
NippunSharma a7e75e4e83 Restarting Checks 2020-11-18 00:01:09 +05:30
Yashwant Singh Parihar 3faa87d541 Remove GH PAT. 2020-11-17 16:35:28 +05:30
Yashwant Singh Parihar 540feacbae Last Try. 2020-11-17 16:32:38 +05:30
Yashwant 239b86f188 Test 1. 2020-11-17 16:22:45 +05:30
Yashwant 94a4ac849a Fix auto cancel. 2020-11-17 16:21:28 +05:30
Yashwant 97d37de623 Oops indentation error. 2020-11-17 16:19:59 +05:30
Yashwant 64e0981f49 Scheduled workflow must run on main repo only. 2020-11-17 16:14:42 +05:30
Yashwant 0511679f30 Fix Latex Error. 2020-11-17 06:47:22 +05:30
Yashwant 6c060eaefc Remove some left behind Rcereal. 2020-11-17 04:45:36 +05:30
Yashwant 2c1e095134 Add Example to preprocess_split. 2020-11-16 10:54:38 +05:30
NippunSharma b2bf7f3764 Added requested changes 2020-11-15 22:07:17 +05:30
Yashwant b0cd1dba9d Apply @rcurtin's idea. 2020-11-15 08:20:01 +05:30
Ryan Curtin f3e3735371 Merge pull request #2671 from Abilityguy/StratifiedSplit
Added an implementation to Stratify Data
2020-11-14 20:11:46 -05:00
NippunSharma 178dd4fc30 adding FAIL to akfn_test, aknn_test, callback_test, cf_test, decision_tree_test, facilities_test 2020-11-15 02:27:12 +05:30
Anush V Kini 765d2788af Modified HISTORY.md 2020-11-14 11:37:20 +05:30
Anush V Kini db62edf554 Merge branch 'master' into StratifiedSplit 2020-11-14 11:34:48 +05:30
Anush V Kini 04f2d46c51 Removed unused variables in a test case 2020-11-13 19:25:25 +05:30
Anush V Kini 67dc33e363 Added tests to preprocess_split_test 2020-11-13 19:00:32 +05:30
jeffin sam 1fd299dab7 Merge pull request #2684 from jeffin143/final-catch-part
Migrate serialization test from boost to catch
2020-11-13 01:37:42 +05:30
jeffin143 240b1aaae1 migrate det_test.cpp from boost to catch 2020-11-12 19:59:22 +05:30
Anush V Kini 3f2220ff4b Changed to direct looping of labels 2020-11-12 10:46:24 +05:30
jeffin sam 698092ef11 Merge branch 'master' into final-catch-part 2020-11-12 01:28:45 +05:30
Ryan Birmingham 31df3a5965 Merge pull request #2678 from Aakash-kaushik/boost_to_catch2_2
Migrate multiple tests from Boost to Catch2
2020-11-11 14:31:28 -05:00
Anush V Kini 2fc09bf98a Changes made based on review comments 2020-11-11 13:25:00 +05:30
Marcus Edel c595c55084 Merge pull request #2701 from RishabhGarg108/iss2590
Added WeighSize() to Softmax, Max_Pooling and Min_Pooling layers.
2020-11-10 21:17:31 +01:00
Aakash kaushikandMarcus Edel 1d13b39fbe style check fix
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-11-10 20:03:14 +05:30
jeffin samandRyan Birmingham fefe49e9cf Apply suggestions from code review
Co-authored-by: Ryan Birmingham <birm@rbirm.us>
2020-11-10 18:22:13 +05:30
Aakash Kaushik e326c2d737 style updates 2020-11-10 09:09:58 +05:30
Nippun Sharma 9076b35d87 Adding Copy and Move constructors in Dropout Layer 2020-11-08 11:00:59 +05:30
Anush V Kini b1e8382d85 Fix for failing style check 2020-11-08 10:32:21 +05:30
Anush V Kini 1a49c5f663 Removed the 'ReportIgnoredParam' attribute 2020-11-08 10:21:33 +05:30
RishabhGarg108 0a66b1774c Another try to fix style 2020-11-07 11:33:45 +05:30
RishabhGarg108 f3151d2ada Fixed style issues 2020-11-07 09:58:25 +05:30
Aakash kaushik 57bd40e722 Merge pull request #12 from mlpack/master
updating boost_to_catch2_2 with mlpack/master
2020-11-05 22:16:44 +05:30
Yashwant Singh Parihar 58870ad8fe Merge pull request #2697 from mlpack/cli11-header-updates-1.9.1
Upgrade CLI11 to 1.9.1
2020-11-05 05:41:36 +05:30
Yashwant Singh Parihar 49657d7f3a Merge pull request #2696 from mlpack/catch-header-updates-2.13.3
Upgrade Catch to 2.13.3
2020-11-05 05:39:29 +05:30