Commit Graph
18511 Commits
Author SHA1 Message Date
Ryan Curtin f047dfb32c Use specific Doxygen syntax types. 2018-03-30 14:05:23 -04:00
Ryan Curtin 688a9c04dc Add intro section so Doxygen doesn't pick up the first line as a summary. 2018-03-30 14:04:22 -04:00
Ryan Curtin 020a0066ab Add the quickstart tutorials to the tutorials list. 2018-03-30 14:01:35 -04:00
Ryan Curtin 989209c81c Some minor documentation updates. 2018-03-29 21:06:25 -04:00
Ryan Curtin 56ea937941 Don't forget to add the DBSCAN Python binding. 2018-03-29 21:06:00 -04:00
Ryan Curtin 328280717c Add quickstart guides. 2018-03-29 21:05:37 -04:00
Ryan Curtin 7138af283d Explicitly specify pytest-runner. 2018-03-29 17:34:54 -04:00
Ryan Curtin 78a9149cca Refactor documentation and tutorials to bring things up to date.
Also fixes a few doxygen issues.
2018-03-28 21:05:24 -04:00
Ryan Curtin c2decaf1cd Refactor and update build documentation. 2018-03-26 16:59:20 -04:00
Ryan Curtin cf0613af7d Remove ambiguity in section names so links work right. 2018-03-26 16:38:10 -04:00
Marcus Edel a8d2b3b9c4 Merge pull request #1325 from zoq/ann_memory
Fix AddMerge and Recurrent layer memory issue.
2018-03-26 22:30:29 +02:00
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
Marcus Edel c96e7af7c6 Fix comment parameter inconsistency and reinclude Model function. 2018-03-23 13:53:37 +01: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
Marcus Edel 68317e0ba7 Minor style fix (Lines should be <= 80 characters long). 2018-03-20 23:01:53 +01:00
Marcus Edel 4ae0f6e7a4 Fix AddMerge and Recurrent layer memory issue. 2018-03-19 23:02:07 +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