Commit Graph
18878 Commits
Author SHA1 Message Date
Ryan Curtin c37df2f8d4 Handle training sets that don't divide evenly by k. 2018-05-31 16:35:54 -04:00
Ryan Curtin 949ab83ef5 Fix spelling (thanks Manish!). 2018-05-23 18:28:40 -04:00
Ryan Curtin 049b40fe91 Merge branch 'yaswagner-1152' 2018-05-23 18:27:45 -04:00
Ryan Curtin e18d61dae9 Apply linear_scan to the rest of the tests that use SGD.
Also modify the normalization test a bit:

 * Apply normalization only in the second run.  This is because of a subtle
   issue that probably should eventually be fixed---if we explicitly set a flag
   to false, the CLI object still will return true for HasParam() (but not
   GetParam<bool>()), and many of the bindings use HasParam() preferentially
   instead of GetParam() for flags.

 * Apply a small tolerance to reduce the amount of time that the test takes
   significantly.
2018-05-23 18:21:34 -04:00
Ryan Curtin 6ad2eaf8e8 Fix label size error. 2018-05-23 18:21:25 -04:00
Ryan Curtin 93fa628916 Fix uninitialized memory error found by valgrind. 2018-05-23 18:21:05 -04:00
Ryan Curtin 7d12b2bed8 Oops, forgot to commit the actual test. 2018-05-23 18:20:55 -04:00
Ryan Curtin f5bee6e793 Add explicit test for label size.
The previous test worked in debugging mode but not in release mode because it
depended on Armadillo exceptions, which aren't thrown unless in debugging mode.
2018-05-23 18:18:11 -04:00
Ryan Curtin a200290436 Merge branch '1152' of https://github.com/yaswagner/mlpack into yaswagner-1152 2018-05-23 11:06:14 -04:00
yaswagner d857114c5b NCA binding tests 2018-05-22 21:50:59 -04:00
yaswagner 757fe1c697 Added test for NCA binding 2018-05-22 21:34:15 -04:00
Ryan Curtin 0853affad6 Merge pull request #1408 from rcurtin/copyright-update
JOSS review updates
2018-05-21 18:18:07 -04:00
Marcus Edel f02577278a Merge pull request #1401 from haritha1313/embedding
Alias for embedding layer.
2018-05-21 10:15:55 -07:00
Haritha 7103c0a596 template for mat 2018-05-21 22:39:38 +05:30
Ryan Curtin 83b697dd1e Update DOIs where possible. 2018-05-21 10:32:11 -04:00
Ryan Curtin a75eeece3c Merge remote-tracking branch 'upstream/master' into copyright-update 2018-05-21 10:23:59 -04:00
Ryan Curtin be5b2aabbf Update copyright year. 2018-05-21 09:55:04 -04:00
Haritha 0d2a8c59e1 embedding layer 2018-05-20 12:20:02 +05:30
Marcus Edel 095f784a30 Merge pull request #1394 from sshkhrnwbie/rl2
Make Continuous Mountain Car Environment same as Gym implementation.
2018-05-19 18:57:09 -07:00
Marcus Edel ba8ddb2cfd Merge pull request #1400 from sourabhvarshney111/recurr_comment
Parameter description correction.
2018-05-19 07:41:19 -07:00
Sourabh Varshney 75709285ff Merge branch 'recurr_comment' of https://github.com/sourabhvarshney111/mlpack into recurr_comment 2018-05-19 12:48:54 +05:30
Sourabh Varshney 4b33517269 Comment Correction 2018-05-19 12:44:48 +05:30
Marcus Edel cd404c2ceb Merge pull request #1389 from ShikharJ/LayerNorm
Implement Layer Normalization.
2018-05-18 22:44:44 -07:00
Shikhar Jaiswal 5f503e2b5c Implement Layer Normalization 2018-05-18 11:39:13 +05:30
Marcus Edel 0ba2de6d48 Merge pull request #1393 from zoq/ann_conv_failing_test_fix
Convolution adjustements.
2018-05-18 06:45:34 +02:00
Marcus Edel 24d564d9d5 Merge pull request #1390 from ShikharJ/AtrousConv
Atrous (Dilated) Convolution Implementation.
2018-05-18 06:41:54 +02:00
Marcus Edel a37c9ca454 Merge pull request #1388 from sshkhrnwbie/rl
Added Pendulum continuous environment of OpenAI Gym.
2018-05-17 13:19:44 +02:00
Shikhar Jaiswal 5b215ec8b8 Updates 2018-05-17 16:02:17 +05:30
aarushgupta 309bb709a6 Some minor changes 2018-05-17 13:25:59 +05:30
aarushgupta 1023f24a6d Fixed style errors 2018-05-17 13:25:59 +05:30
aarushgupta 8c349f7178 Fixed some errors 2018-05-17 13:25:59 +05:30
aarushgupta f9a48a3533 Modified atrous_convolution_impl and some other files 2018-05-17 13:25:59 +05:30
aarushgupta 3ab8bffde4 Added the forward pass template 2018-05-17 13:25:59 +05:30
Marcus Edel d44d4cdfce Merge pull request #1392 from haritha1313/multmerge
MultiplyMerge layer added.
2018-05-16 20:21:25 +02:00
Ryan Curtin a30f5f8c11 Add explicit 'None' affiliations. 2018-05-16 10:35:22 -04:00
Shashank Shekhar 02c6899de6 Added name to authors 2018-05-16 16:24:00 +05:30
Shashank Shekhar 46863e928b Added description for parameters 2018-05-16 16:23:04 +05:30
Shashank Shekhar ea69b9acd3 Fixed style issue 2018-05-16 13:26:22 +05:30
Haritha a6a99bf6f7 grammar correction 2018-05-15 20:03:31 +05:30
Haritha bcdcb4705e addition to layer types 2018-05-15 19:56:04 +05:30
Shashank Shekhar 2d5c8e98d4 Fix Continuous Mountain Car environment 2018-05-15 16:40:21 +05:30
Shashank Shekhar 315839f8fa Added name to contributors 2018-05-15 16:06:05 +05:30
Shashank Shekhar 1336322b95 Fixed the scope of power function and typo in tests 2018-05-15 09:46:16 +05:30
Marcus Edel b625cba2f2 Adjust parameter size and use alias inside conv operation. 2018-05-15 01:03:01 +02:00
Haritha a072209029 merge-multiply layer added 2018-05-14 19:50:26 +05:30
Shashank Shekhar da1426368d Fixed comment mistake 2018-05-14 12:04:26 +05:30
Shashank Shekhar 0d3380551a Minor fix for type 2018-05-14 10:29:17 +05:30
Shashank Shekhar ae2ef99ccd Switched to Camel Case and fixed some style issues 2018-05-14 10:06:50 +05:30
Marcus Edel d77f040977 Merge pull request #1386 from ShikharJ/Deconv
Transposed Convolutional Layer Implementation.
2018-05-13 15:17:07 +02:00
Shashank Shekhar 8bc94913ab Added pendulum tests 2018-05-12 18:36:52 +05:30