Commit Graph
18497 Commits
Author SHA1 Message Date
Ryan Curtin 57232eddb3 Merge pull request #1330 from rcurtin/misc-test-fixes
Adjust tolerances to fix failing matrix build tests.
2018-03-25 19:04:06 -07:00
Ryan Curtin 789c194479 Merge pull request #1310 from yamidark/fix_mean_shift_bug
Fix bug in mean shift when max_iterations is too low w.r.t size of data
2018-03-25 19:03:37 -07:00
Jun An a77b0b8fda Minor updates to comments to style. 2018-03-25 02:07:31 +08:00
Ryan Curtin 7e4514865c Adjust tolerances to fix failing matrix build tests. 2018-03-23 21:59:39 -04:00
Marcus Edel ff6f638559 Merge pull request #1327 from zoq/batchnorm_gradient_fix
Update backward step.
2018-03-23 16:17:25 +01:00
Marcus Edel 1da882a1c4 Style fix (remove empty line). 2018-03-23 16:17:05 +01:00
Marcus Edel adf65e7efb Add comments to the forward/backward/gradient step. 2018-03-23 16:14:16 +01:00
Ryan Curtin 446a821dd2 Merge pull request #1313 from rcurtin/misc-test-fixes
Miscellaneous test fixes
2018-03-23 07:10:59 -07:00
Ryan Curtin c2b7d9ab4c Fix static analysis issue. 2018-03-22 20:28:05 -04:00
Ryan Curtin f4e364413b Merge remote-tracking branch 'upstream/master' into misc-test-fixes 2018-03-22 16:48:17 -04:00
Ryan Curtin 1bf681a284 Loosen tolerance for RADICAL test. 2018-03-22 16:47:50 -04:00
Ryan Curtin e464d5fbbe Loosen tolerance on SPALeRA SGD test. 2018-03-22 16:46:57 -04:00
Ryan Curtin 7c552a7a77 Reset tolerances to avoid occasional failures. 2018-03-22 16:45:56 -04:00
Ryan Curtin 7a778b32f5 Refactor tests to avoid sometimes-failing GMM training. 2018-03-22 16:45:36 -04:00
Ryan Curtin 52f29fcb25 Fix occasionally-failing LogChebychevSdpTest. 2018-03-22 16:02:16 -04:00
Marcus Edel 793fe4abe4 Merge pull request #1319 from ShikharJ/ConvolutionalLayer
Improvements and Speedups to Convolution Layer and Associated Rules.
2018-03-22 19:32:38 +01:00
Ryan Curtin e0153c3561 Merge pull request #1321 from akhandait/readmefix
Change link to tutorial page
2018-03-22 06:55:32 -07:00
Marcus Edel dfeda93e4b Update backward step (pass the gradient check). 2018-03-21 12:57:42 +01:00
Shikhar Jaiswal 49e3cda97d Improvements and Speedups 2018-03-21 07:05:58 +05:30
Marcus Edel 97d88838c0 Merge pull request #1279 from sourabhvarshney111/master
Nesterov Momentum Method.
2018-03-21 00:06:34 +01:00
Ryan Curtin 1ee8268cd5 Merge pull request #1306 from Wenhao-H/fixedseed
Allow setting a fixed random seed in binding tests
2018-03-19 06:06:38 -07:00
Marcus Edel 945160d2f6 Merge pull request #1275 from Manthan-R-Sheth/batchnorm
Implement BatchNorm Layer.
2018-03-18 19:14:30 +01:00
akhandait 0f023d7395 use https instead of http 2018-03-18 10:40:38 +05:30
akhandait 7dbbbb43da change link to tutorial page 2018-03-17 19:59:39 +05:30
Wenhao Huang c9c5acb9e0 change func name and add comments 2018-03-17 16:26:07 +08:00
Ryan Curtin 67d1576a74 Fix static analysis issues. 2018-03-16 13:24:02 -04:00
manthan-r-sheth 0cab3a987b Add name to contributors list 2018-03-16 19:59:04 +05:30
manthan-r-sheth c471518ccb Fix the formula 2018-03-16 19:57:52 +05:30
manthan-r-sheth 5fa2465ee6 Removed use of repmat 2018-03-16 19:57:52 +05:30
manthan-r-sheth f598498559 Minor fix 2018-03-16 19:57:52 +05:30
manthan-r-sheth e6e8070e1b Update backward formula 2018-03-16 19:57:52 +05:30
manthan-r-sheth f72164b527 Fix style issues 2018-03-16 19:57:52 +05:30
manthan-r-sheth c088c7b089 Update the maximum size in prereqs.hpp 2018-03-16 19:57:52 +05:30
manthan-r-sheth f46b131455 Minor style update 2018-03-16 19:57:52 +05:30
manthan-r-sheth 37603c1f82 Fix style issue 2018-03-16 19:57:52 +05:30
manthan-r-sheth 40a289bcd7 Increase boost:variant size 2018-03-16 19:57:52 +05:30
manthan-r-sheth b9b66bc270 Static analysis and style fix 2018-03-16 19:57:51 +05:30
manthan-r-sheth df990d55c0 Remove redeclarations 2018-03-16 19:57:51 +05:30
manthan-r-sheth 0f7eb1c839 Clean rebase issues 2018-03-16 19:57:51 +05:30
manthan-r-sheth fc8b896bd1 Implement Batchnorm layer and test 2018-03-16 19:57:51 +05:30
Praveen Ch 6e13ab585f Added link to Python implementation 2018-03-16 19:57:51 +05:30
Praveen Ch 3c2081af0f Moved the default declaration to the header file 2018-03-16 19:57:51 +05:30
Praveen Ch 2457915549 Made the constructor explicit 2018-03-16 19:57:51 +05:30
Praveen Ch 38a4ab2af3 Moved the headers 2018-03-16 19:57:51 +05:30
Praveen Ch 15f9961c46 Removed default constructor 2018-03-16 19:57:51 +05:30
Praveen Ch 8bfe4c8e7e Added typecast to rectify Windows build error 2018-03-16 19:57:51 +05:30
Praveen Ch 321c6d8b83 Added tests for BatchNorm Layer 2018-03-16 19:57:50 +05:30
Praveen Ch 654151858f Minor Forward pass modification 2018-03-16 19:57:50 +05:30
Praveen Ch 021c1a7263 Fixed minor bug 2018-03-16 19:57:50 +05:30
Praveen Ch af7a45a244 Completed the layer with documentation 2018-03-16 19:57:50 +05:30