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
Marcus Edel
b9a4eb81f9
Merge pull request #1435 from haritha1313/subviewMat
...
Matrix subview support.
2018-07-02 19:05:07 +02: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
akhandait
873a50ec5d
Inline KL functions into Loss() and Backward().
2018-06-29 23:03:56 +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
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
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
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
Haritha
f6ae5589ae
end parameter condition
2018-06-25 00:23:41 +05:30
Haritha
55f640fa23
submat index error debug
2018-06-24 11:16:13 +05:30
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
Haritha
a0bcb6cc99
subview batch test
2018-06-23 10:56:14 +05:30
Marcus Edel
48a1647cb0
Run test multiple times.
2018-06-22 21:37:44 +02:00
akhandait
c8597a21cf
change documentation
2018-06-22 16:01:18 +05:30
Marcus Edel
6fd5e527b5
Merge pull request #1417 from ShikharJ/DCGAN
...
Implemented DCGAN Tests.
2018-06-22 10:58:35 +02:00
Shikhar Jaiswal
d278658272
Implement DCGAN Test
2018-06-21 20:24:06 +05:30
akhandait
3b3b2822ca
fix static code check
2018-06-21 17:43:59 +05:30
Marcus Edel
bbc08d317b
Remove random seed from test cases.
2018-06-21 13:55:42 +02:00
Haritha
b5bf736c55
description edit
2018-06-21 14:22:49 +05:30
Haritha
382410f532
batch input support
2018-06-21 12:51:56 +05:30
Marcus Edel
0cf310abf1
Merge pull request #1431 from ShikharJ/BatchSupport
...
Batch Support for GANs.
2018-06-21 08:56:01 +02:00
Atharva Khandait
07695a333d
Merge branch 'master' into inputPara_remove
2018-06-20 17:30:20 +05:30
Haritha
9c70158b9a
advanced ctor condition
2018-06-20 15:07:16 +05:30
Marcus Edel
f2aa5c458b
Merge pull request #1427 from zoq/merge_layer_run
...
Merge layer run parameter.
2018-06-19 21:28:27 +02:00
Shikhar Jaiswal
342972cfb3
Implement Batch Support
2018-06-19 03:00:58 +05:30
Haritha
9cf5e6ed1e
description edit
2018-06-18 01:21:25 +05:30
Haritha
61e0831d2b
style edit
2018-06-17 18:41:33 +05:30
Haritha
8e548c254e
advanced ctor
2018-06-17 18:38:19 +05:30
akhandait
e357e8f0f0
includeKl boolean added, tests added
2018-06-17 11:02:07 +05:30
akhandait
059fe89c56
removed simple kl test
2018-06-17 11:02:07 +05:30
akhandait
3dbbe13801
removed simple kl test
2018-06-17 11:02:07 +05:30
akhandait
312b155f18
extra loss added to evaluate, backward
2018-06-17 11:02:07 +05:30
akhandait
65c8015505
loss visitor added
2018-06-17 11:02:07 +05:30
akhandait
dcfef4f750
loss visitor added
2018-06-17 11:02:07 +05:30
akhandait
88ae069b51
corrections made in kl, more tests added
2018-06-17 11:02:07 +05:30
akhandait
309f6428e4
gradient check passed, removed redundant lines
2018-06-17 11:02:07 +05:30
akhandait
9d5866744a
added numerical gradient test
2018-06-17 11:02:07 +05:30
akhandait
11bfec2c75
corrected kl forward and backward
2018-06-17 11:02:07 +05:30
akhandait
1b93b33ef9
removed build errors
2018-06-17 11:02:07 +05:30
akhandait
c1d3eec9e8
changed names in cmakelists
2018-06-17 11:01:25 +05:30
akhandait
8621c8a15e
seed removed
2018-06-17 11:01:25 +05:30