Commit Graph
18995 Commits
Author SHA1 Message Date
Marcus Edel f2aa5c458b Merge pull request #1427 from zoq/merge_layer_run
Merge layer run parameter.
2018-06-19 21:28:27 +02:00
Mikhail Lozhnikov 86219b18b5 Merge remote-tracking branch 'wenhao/cf-normalization' 2018-06-16 09:37:27 +03:00
Marcus Edel e08e761050 Minor style fixes and add serialization. 2018-06-14 19:51:43 +02:00
Wenhao-H 2554f600f7 change from arma::vec userMean to arma::rowvec userMean 2018-06-14 21:28:23 +08:00
Wenhao-H 5fbe03bc6e Denormalize(users(i), ...) 2018-06-14 21:21:14 +08:00
Wenhao-H b7a874cee2 style fix 2018-06-14 21:13:19 +08:00
Marcus Edel 63b5d1b4df Merge branch 'master' into merge_layer_run 2018-06-14 13:37:56 +02:00
Marcus Edel 86bcca6f7b Merge pull request #1428 from haritha1313/SubviewLayer
Subview layer addition.
2018-06-14 12:59:28 +02:00
Wenhao-H 17860e9936 style 2018-06-13 08:45:26 +08:00
Wenhao-H 7d4055b036 initialize members in constructor 2018-06-13 08:43:36 +08:00
Haritha 0a77b3567d style edits 2018-06-13 00:32:40 +05:30
Haritha e2ae4f984e tests edit 2018-06-13 00:27:30 +05:30
Wenhao-H 98a1f64e0f templatize Normalize() functions in some classes 2018-06-12 22:42:02 +08:00
Wenhao-H e0544b5e23 new line for brace 2018-06-12 22:31:23 +08:00
Wenhao-H f2d73d5390 change param specification 2018-06-12 21:58:19 +08:00
Wenhao-H de673717c1 change method names to Mean() and return const refenrence 2018-06-12 21:36:07 +08:00
Wenhao-H 8502230aee use complete sentences for examples 2018-06-12 21:27:42 +08:00
Haritha 5d9992d308 advanced ctor 2018-06-12 12:44:27 +05:30
Marcus Edel 0128ef7194 Merge pull request #1429 from zoq/bigbatch_sgd_batch_bound_fix
BigBatchSGD batch size fix.
2018-06-11 19:05:35 +02:00
Marcus Edel 196e6cd246 Only increase the batch size if there are more samples left. 2018-06-11 15:57:27 +02:00
Wenhao-H beaa319ac5 remove if(cleanData) block 2018-06-11 21:19:00 +08:00
Wenhao-H b965b075c6 update comments & debug 2018-06-11 21:18:43 +08:00
Haritha Sreedharan Nair 1aef6287d4 Constructor default params 2018-06-11 10:48:04 +05:30
Haritha Sreedharan Nair 86f4fc9ae2 Constructor edit 2018-06-11 10:22:30 +05:30
Haritha 168cb2c409 subview layer addition 2018-06-11 01:04:05 +05:30
Marcus Edel 1959b50ccb Use the correct batch size. 2018-06-10 18:16:05 +02:00
Marcus Edel ef18691fa7 Merge pull request #1204 from ShikharJ/GAN
Generative Adversarial Network.
2018-06-10 14:00:22 +02:00
Shikhar Jaiswal b294b31566 Additional Improvements and Remove Debugging Comments 2018-06-10 16:03:44 +05:30
Wenhao-H 04f0babf52 update comments 2018-06-10 17:08:53 +08:00
Wenhao-H 070ffeb84d comments and styles 2018-06-09 21:00:58 +08:00
Wenhao-H 061d86e15a add tests for normalization 2018-06-09 20:52:43 +08:00
Wenhao-H 9963741ffc serialize tuple 2018-06-09 20:52:27 +08:00
Wenhao-H 66faebcc21 modify rmse bound in cf_test 2018-06-09 19:19:07 +08:00
Wenhao-H a33149fa5c replace() not supported 2018-06-09 12:03:27 +08:00
Marcus Edel ad90acb8fc Fix minor style issues (remove blank line, add line at the end of the file). 2018-06-09 01:02:58 +02:00
Ryan Curtin 6e0df8755b Update to latest stable release. 2018-06-08 16:13:34 -04:00
Ryan Curtin 30feead30d Update to latest release. 2018-06-08 16:13:13 -04:00
Ryan Curtin 3b9f081090 Oops, missed one copyright year. 2018-06-08 16:13:05 -04:00
Ryan Curtin 4fc79b3770 Update copyright years. 2018-06-08 16:12:48 -04:00
Ryan Curtin 783f7487a0 Update git version number. 2018-06-08 16:11:11 -04:00
Ryan Curtin db27d851e8 Update HISTORY for latest release. 2018-06-08 16:10:44 -04:00
Ryan Curtin 6a59dd568f Merge pull request #1412 from rcurtin/shuffle-cv
Add shuffle parameter to KFoldCV constructor
2018-06-08 16:00:16 -04:00
Ryan Curtin 4c008c467d Merge pull request #1421 from rcurtin/joss-doc-fixes
JOSS documentation fixes
2018-06-08 15:59:53 -04:00
Wenhao-H f96be8b37e set zero rating to small double 2018-06-08 23:19:48 +08:00
Wenhao-H 3ad61014fe bugfix 2018-06-08 22:27:41 +08:00
Marcus Edel 3e6b64eb42 Add merge layer run test. 2018-06-08 15:39:45 +02:00
Marcus Edel c20850c877 Introduce run parameter to forward the Forward/Backward/Gradient call inside the merge layer. 2018-06-08 15:36:50 +02:00
Ryan Curtin 1917b1a841 Merge pull request #1424 from rcurtin/txt2man-fix
Only build man pages if CLI programs are being built.
2018-06-07 10:21:09 -04:00
Marcus Edel e6c64a97db Merge pull request #1355 from haritha1313/randSVD_cf
CF decomposition using RandomizedSVD.
2018-06-06 11:33:47 -07:00
Wenhao-H 03e7b1ca9f change totalError to rmse 2018-06-06 21:37:27 +08:00