Commit Graph
19147 Commits
Author SHA1 Message Date
Shikhar Jaiswal 20ca963bfd Refactor GAN Code and Implement Policies 2018-07-06 02:48:16 +05:30
Ryan Curtin 32e4446b61 Merge pull request #1456 from zoq/merge_run_serialization
Serialize merge layer parameter
2018-07-05 09:51:23 -04:00
Mikhail Lozhnikov 77e386860d Merge remote-tracking branch 'wenhao/cf-interpolation' 2018-07-05 10:37:55 +03:00
Ryan Curtin fd59d030ca Merge pull request #1407 from manish7294/lmnn
LMNN distance learning
2018-07-04 11:25:20 -04:00
Manish 73143f473c Reviewed changes 2018-07-04 18:08:04 +05:30
Ryan Curtin 255bc42165 Merge pull request #1459 from rcurtin/doc-and-travis-fix
Travis and documentation fix
2018-07-03 13:29:29 -04:00
Ryan Curtin c6c8cd5d6c Clarify documentation to fix #1453. 2018-07-03 11:37:40 -04:00
Ryan Curtin 4d0bc7a548 Allow unauthenticated packages during Travis build. 2018-07-03 11:37:27 -04:00
Ryan Curtin a3369342e5 Merge pull request #1457 from rcurtin/lcc-fix
Fix invalid error in local_coordinate_coding
2018-07-03 09:33:53 -04:00
Ryan Curtin c6f9db478d Merge pull request #1452 from akhandait/sampling_follow-up
Make changes suggested in sampling PR
2018-07-03 09:33:03 -04:00
Wenhao-H 8cf6e61e33 remove comments in RegressionInterpolation test 2018-07-03 13:46:34 +08:00
Marcus Edel b9a4eb81f9 Merge pull request #1435 from haritha1313/subviewMat
Matrix subview support.
2018-07-02 19:05:07 +02:00
Wenhao-H a50113e6b2 use RegSVDPolicy when testing RegressionInterpolation 2018-07-02 22:34:46 +08:00
Ryan Curtin 8d99b258ed Document the fix. 2018-07-02 09:45:58 -04:00
Ryan Curtin 4c6ca23d3a Remove check that makes LCC unusable in some cases.
This check would mean that the user must pass either 'initial_dictionary' or
'input_model' to any call of the program.  This makes it impossible to run LCC
with a random initial dictionary.
2018-07-02 09:44:11 -04:00
Haritha Sreedharan Nair 7f9bb95419 Style edit 2018-07-02 11:20:40 +05:30
Haritha Sreedharan Nair bea7ac83d0 Merge branch 'master' into subviewMat 2018-07-02 11:14:51 +05:30
Marcus Edel 328b803b40 Minor style fix (remove whitespace). 2018-07-01 13:47:39 +02:00
Marcus Edel 035fc14a8c Serialize merge layer parameter. 2018-07-01 13:40:00 +02:00
Wenhao-H 9c19ddc773 fix bug 2018-06-30 14:02:40 +08:00
akhandait 873a50ec5d Inline KL functions into Loss() and Backward(). 2018-06-29 23:03:56 +05:30
Wenhao-H d7a5c3456f simplify the computation in NeighborSearchPolicy.Search() 2018-06-29 23:36:52 +08:00
Manish 5484806838 Takes care of boundary condition 2018-06-29 21:02:20 +05:30
Manish 7832ffe645 Solves logical error 2018-06-29 20:43:15 +05:30
Ryan Curtin a2c79090c6 Merge pull request #1451 from rcurtin/svd-fix
Fix #1443 by specifying namespace
2018-06-28 10:33:05 -04:00
Manish fddba649b1 removed extra L-BFGS related parameters 2018-06-28 15:45:40 +05:30
Haritha 49f8fdb3ea simplify forward 2018-06-28 12:37:31 +05:30
akhandait 6faa5817ac inline functions, minor documentation correction 2018-06-28 11:44:48 +05:30
akhandait 2fb8c16cae make changes suggested in sampling PR 2018-06-28 01:27:57 +05:30
Ryan Curtin 308acf3197 Update history. 2018-06-27 10:53:16 -04:00
Ryan Curtin c959f95186 Specify namespace to handle confused MSVC compiler. 2018-06-27 10:51:53 -04:00
Wenhao-H 71935ff6eb remove the loop when normalizing data in PearsonSearch 2018-06-27 21:52:17 +08:00
Wenhao-H d1682980b7 alignment in method definition 2018-06-27 21:35:16 +08:00
Manish bc3b5bba37 comment out low rank accuracy test 2018-06-27 15:25:45 +05:30
Manish bb6cabb0ba style fix 2018-06-27 14:06:36 +05:30
Manish 9c6afc94be Reviewed changes 2018-06-27 14:01:00 +05:30
sumedhghaisas 2326bf8bd0 Merge pull request #1420 from akhandait/sampling
[WIP] Add a Sampling layer, implement KL divergence in it
2018-06-26 00:38:03 +01:00
Manish 247ca60017 added some simple dimensionality tests for initial point 2018-06-25 20:54:40 +05:30
Marcus Edel d8ccab4924 Merge pull request #1442 from zoq/conv_network_test_fix
Run convolutional networks test multiple times if necessary.
2018-06-25 17:08:54 +02:00
Marcus Edel a2abf9d814 Merge pull request #1440 from zoq/big_batch_test_fix
BigBatchSGD remove random seed.
2018-06-25 17:07:05 +02:00
Manish cabcf3090e allow user to pass a initial learning point 2018-06-25 19:46:44 +05:30
Haritha f6ae5589ae end parameter condition 2018-06-25 00:23:41 +05:30
Wenhao-H f34d77bbcf remove static from GetDataset() in cf_test 2018-06-24 20:18:51 +08:00
Haritha 55f640fa23 submat index error debug 2018-06-24 11:16:13 +05:30
Wenhao-H 851e75537a add comments 2018-06-24 12:17:55 +08:00
Wenhao-H 0c0f191498 templatize the type of parameter weights in GetWeights() 2018-06-24 12:13:34 +08:00
Marcus Edel dd797f5d63 Merge pull request #1434 from akhandait/inputPara_remove
Remove redundant data members, move NegativeLogLikelihood to loss folder.
2018-06-23 22:50:21 +02:00
Wenhao-H 40b21afdab pass similarities.col(0) instead of similarities 2018-06-24 00:37:17 +08:00
Manish 408540d933 Use PRINT_CALL() macro 2018-06-23 15:11:02 +05:30
Manish 9a98fc45ac resolve failing tests 2018-06-23 14:48:24 +05:30