Commit Graph
18488 Commits
Author SHA1 Message Date
Ryan Curtin 37ba135c49 Adjust tolerances a little further to reduce failures. 2018-03-28 10:41:16 -04:00
Ryan Curtin 38341470c5 Update tolerance to reduce random failures. 2018-03-28 10:41:07 -04:00
Ryan Curtin 0b71069c85 Sometimes the random SVD can fail, so run multiple times if needed. 2018-03-28 10:40:41 -04:00
Ryan Curtin 706649e6da The max distance for a 3-d uniform cube is actually sqrt(3), not 1. 2018-03-26 16:16:25 -04:00
Ryan Curtin f48aa0b62f Run multiple runs in case it fails to converge to 4 centroids. 2018-03-26 16:09:47 -04:00
Ryan Curtin 5cc33f6f52 Adjust tolerance to prevent occasional failures. 2018-03-26 16:09:24 -04:00
Ryan Curtin 927ba40528 Adjust tolerance to prevent random failures. 2018-03-26 16:09:12 -04:00
Ryan Curtin 96e6d95270 Adjust the rest of the test tolerances. 2018-03-26 12:56:39 -04:00
Ryan Curtin 7e4514865c Adjust tolerances to fix failing matrix build tests. 2018-03-23 21:59:39 -04: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
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