Commit Graph
26005 Commits
Author SHA1 Message Date
jeffin sam d8872d359c Merge pull request #2853 from onikolskyy/2842
fix default values of cmake config for bindings in docs
2021-03-01 23:18:35 +05:30
onikolskyy f33f003c3e fix default values of cmake config for bindings in docs 2021-03-01 15:03:08 +01:00
Ryan Birmingham 644735cfad Merge pull request #2851 from rcurtin/add-second-ffn-test
Make sure feedforward_network_2_test.cpp gets compiled and run.
2021-02-28 03:08:34 -05:00
Ryan Curtin cdede9018b Make sure feedforward_network_2_test.cpp gets compiled and run. 2021-02-27 15:59:50 -05:00
Ryan Birmingham 338f583980 Merge pull request #2833 from abh2k/pixel_shuffle
Pixel shuffle Layer
2021-02-26 10:57:04 -05:00
Marcus Edel 8060df07ee Merge pull request #2845 from abh2k/isru
Add ISLRU activation function.
2021-02-25 16:07:21 -05:00
abh2k 6e040a48ae Adding co-author 2021-02-25 18:16:42 +05:30
abh2k 95e756dbb4 Adding co-author 2021-02-25 18:15:22 +05:30
abh2kandRyan Birmingham b1cb6255e6 changed authors name
Co-authored-by: Ryan Birmingham <birm@rbirm.us>
2021-02-24 11:00:31 +05:30
abh2k cd167d98ad Update pixel_shuffle_impl.hpp 2021-02-23 18:13:32 +05:30
abh2k 4f9eb2845c Update pixel_shuffle_impl.hpp 2021-02-23 16:47:45 +05:30
abh2k 4eff650f9d Remove copying in backward function. 2021-02-23 15:16:44 +05:30
abh2k 5e695f99c8 Removed copying 2021-02-23 13:55:23 +05:30
abh2k 0180ca4f09 Changed author name format 2021-02-23 12:38:19 +05:30
Abhinav Anand fd201b7d5e removed deterministic parameter and improved co 2021-02-22 06:38:37 +05:30
Abhinav Anand 5d698140b3 Merge branch 'isru' of github.com:abh2k/mlpack into isru 2021-02-22 06:31:58 +05:30
kartikdutt18 9e112d743c Merge pull request #2836 from Abilityguy/HardSwish
Hard swish Activation Function
2021-02-22 00:20:49 +05:30
abh2k dfd5f142d8 fixed test case 2021-02-21 20:37:58 +05:30
abh2k 4394e99151 minor change 2021-02-19 03:15:22 +05:30
abh2k f6b626d717 Moved derivative to backward 2021-02-19 03:13:49 +05:30
Anush V Kini 1994c4fc41 Fn implementation changed to if else statements 2021-02-18 11:15:15 +05:30
abh2kandMarcus Edel f9fbf4d9b5 Removed space.
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-02-17 03:21:43 +05:30
abh2k 48deeeb3a6 Changes % to * 2021-02-16 04:36:30 +05:30
Ryan Curtin 9b91a08296 Merge pull request #2831 from InterTriplete2010/patch-1
Update convolution.hpp
2021-02-15 16:33:35 -05:00
Ryan CurtinandMarcus Edel e29da13c01 Update src/mlpack/methods/ann/layer/convolution.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-02-15 16:33:30 -05:00
abh2k 0fe7756794 Update isrlu_impl.hpp 2021-02-15 10:24:01 +05:30
Anush V Kini 3856cdd00c Review fixes 2021-02-15 10:03:06 +05:30
abh2kandkartikdutt18 7b70a820f8 Code style fix
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2021-02-15 02:37:02 +05:30
Anush V Kini 665c750e1f Some more comment fixes 2021-02-14 22:48:25 +05:30
Anush V Kini 990803af2b Fixes for failing test 2021-02-14 19:31:57 +05:30
Anush V Kini 517a3a5e8d Added Hard Swish Function Implementation and Test Skeleton 2021-02-14 12:54:35 +05:30
kartikdutt18 646049f601 Merge pull request #2810 from Abilityguy/HingeLoss
Added Hinge Loss to loss functions
2021-02-14 08:46:44 +05:30
abh2k efcba77603 Update isrlu_impl.hpp
Use elementwise multiplication  while calculating `output(i)` and  used `output(i)` while calculating `derivative(i)`
2021-02-13 04:31:06 +05:30
Ryan Curtin a2da41c0a0 Update src/mlpack/methods/ann/layer/convolution.hpp 2021-02-12 12:55:15 -05:00
Abhinav Anand ef61aa5b9d merged with master 2021-02-12 06:47:45 +05:30
abh2k 1aae47ae0b Update layer_types.hpp
Added pixel shuffle to more_types
2021-02-12 06:36:04 +05:30
abh2k 1ae6336ab4 Update pixel_shuffle_impl.hpp
Updated Cereal_nvp
2021-02-12 05:17:23 +05:30
Ale Presacco 1160f1f5f2 Update convolution.hpp
Adding a description about how the input matrix of the CNN layer should be organized
2021-02-10 17:56:26 -06:00
Marcus Edel 974344117b Merge pull request #2828 from abh2k/lp
Added LP pooling  layer.
2021-02-11 00:20:11 +01:00
abh2kandkartikdutt18 f2284403df Apply suggestions from code review
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2021-02-11 01:35:26 +05:30
Abhinav Anand 3c3d936f14 fixed test case 2021-02-09 11:51:31 +05:30
Abhinav Anand cf9af92045 changed layer_types 2021-02-09 10:59:05 +05:30
Abhinav Anand 43fb21edcc Minor code quality changes 2021-02-09 09:24:58 +05:30
Abhinav Anand 638be09256 minor change 2021-02-09 03:58:31 +05:30
Abhinav Anand 03115231bc Implemented ISRLU Activation Function 2021-02-09 03:47:23 +05:30
Abhinav Anand 709eb40dbe minor 2021-02-09 02:45:23 +05:30
abh2k b0f6470767 Update layer_types.hpp 2021-02-08 09:10:00 +05:30
jeffin sam f96934dc67 Merge pull request #2803 from rcurtin/model-no-visitor
Remove boost::visitor from `Model` classes
2021-02-07 19:11:13 +05:30
Abhinav Anand ada4e570e8 minor fix 2021-02-06 22:35:12 +05:30
Abhinav Anand 92a8bd69f9 minor change 2021-02-06 21:30:09 +05:30