Commit Graph

4932 Commits

Author SHA1 Message Date
Marcin Junczys-Dowmunt
e46210b58b more tests 2016-11-18 01:07:06 +01:00
Marcin Junczys-Dowmunt
83f84ae4ee test total batch speed 2016-11-18 00:41:11 +01:00
Marcin Junczys-Dowmunt
449379c671 4-dimensional shape 2016-11-17 23:59:55 +01:00
Marcin Junczys-Dowmunt
c766ada2bd correct backwards step for fast GRU 2016-11-17 22:38:52 +01:00
Marcin Junczys-Dowmunt
25bacc48a9 corrected gru forward step 2016-11-16 21:44:32 +01:00
Marcin Junczys-Dowmunt
1f04bf01ae new kernel for horizontal concatenation 2016-11-16 14:00:29 +01:00
Marcin Junczys-Dowmunt
98c00298db improved concatenation 2016-11-16 13:18:54 +01:00
Marcin Junczys-Dowmunt
c409a275e3 fixed dimensions 2016-11-16 11:47:36 +00:00
Marcin Junczys-Dowmunt
6e3a3a2a39 gru following nematus 2016-11-16 12:35:02 +01:00
Marcin Junczys-Dowmunt
47859e4ecd fast forward for GRU 2016-11-16 02:26:06 +01:00
Marcin Junczys-Dowmunt
16ef6c99d6 fixed bug with lost gru paramters 2016-11-15 23:53:37 +01:00
Marcin Junczys-Dowmunt
d474dd7cba backward encoder 2016-11-15 23:07:47 +01:00
Marcin Junczys-Dowmunt
eccf1b833c added transpose and concatenate nodes, added nary nodes 2016-11-15 23:02:07 +01:00
Marcin Junczys-Dowmunt
17985001e9 renamed gru_test to nematus_test 2016-11-15 19:44:12 +01:00
Marcin Junczys-Dowmunt
18f7cc15ec set testing values back to random 2016-11-15 19:28:14 +01:00
Marcin Junczys-Dowmunt
a0395f8a31 removed compound operators for now, cause weird effects 2016-11-15 19:26:41 +01:00
Marcin Junczys-Dowmunt
dd2475bce6 first attempts at re-implementing nematus, encoder 2016-11-15 18:53:31 +01:00
Marcin Junczys-Dowmunt
7adade04e2 fixed compile error 2016-11-15 02:08:06 +01:00
Marcin Junczys-Dowmunt
05c4736f26 added dropout 2016-11-15 02:06:05 +01:00
Marcin Junczys-Dowmunt
7c8a0a1690 back to gru 2016-11-14 23:59:33 +01:00
Marcin Junczys-Dowmunt
a8b28ffc75 added plain RNN 2016-11-14 23:50:43 +01:00
Marcin Junczys-Dowmunt
7d838d7f27 refactored GRU and RNN 2016-11-14 23:36:59 +01:00
Marcin Junczys-Dowmunt
3db639cd61 refactored parameters 2016-11-14 23:09:57 +01:00
Marcin Junczys-Dowmunt
32f8ebed23 memory and parameter management, attempt at GRU 2016-11-14 22:18:23 +01:00
Marcin Junczys-Dowmunt
392c72ad2c trying to test cudnn rnns 2016-11-13 22:19:07 +01:00
Marcin Junczys-Dowmunt
f9270c2ef2 Merge branch 'master' of github.com:emjotde/marian 2016-11-13 00:20:39 +01:00
Marcin Junczys-Dowmunt
bb1e69b7ec merged with memory branch 2016-11-13 00:16:38 +01:00
Marcin Junczys-Dowmunt
822eeb738f back to three layers 2016-11-13 00:12:40 +01:00
Marcin Junczys-Dowmunt
7b3bd14893 working memory allocation 2016-11-13 00:11:52 +01:00
Richard Wei
cbe370c942 Remove "www.facebook.com". Typo? 2016-11-11 20:35:52 -06:00
Marcin Junczys-Dowmunt
c74e749698 partially fixed memory problem 2016-11-12 02:12:35 +01:00
Marcin Junczys-Dowmunt
94c61dfc78 compile tensor test 2016-11-11 01:20:47 +01:00
Marcin Junczys-Dowmunt
d7d6062dbd restored speed 2016-11-11 01:12:07 +01:00
Marcin Junczys-Dowmunt
349bca4416 fixed incorrect broadcasting 2016-11-10 19:45:03 +01:00
Marcin Junczys-Dowmunt
e7e3fe7363 more debugging 2016-11-10 14:55:40 +00:00
Marcin Junczys-Dowmunt
0a5a2aa3db fixed segfault, still incorrect calculations 2016-10-20 19:52:47 +00:00
Marcin Junczys-Dowmunt
8056b07c7e debugging null pointers in virtual table 2016-10-19 18:18:46 +00:00
Marcin Junczys-Dowmunt
84e873146d compiles but still segfaults 2016-10-15 23:56:06 +00:00
Marcin Junczys-Dowmunt
8dbbf5b2fb more work on tensor allocator 2016-10-13 22:51:21 +00:00
Marcin Junczys-Dowmunt
40a35cf35f Revert "compile error on OSX/clang"
This reverts commit 58b35f8808.
2016-10-09 18:34:19 +00:00
Hieu Hoang
58b35f8808 compile error on OSX/clang 2016-10-06 19:46:10 +01:00
Lane Schwartz
1623eb19e8 Added more references 2016-10-06 10:25:53 -05:00
Lane Schwartz
0d623adc87 Add references file 2016-10-04 17:42:17 -05:00
Lane Schwartz
b6224a8934 Debugging XOR.
It appears that softmax isn't behaving well here.

"result":shape=4x1
0.995334
0.00920105
0.995334
0.000189304

"softmax":shape=4x1
1
1
1
1
2016-10-04 12:52:31 -05:00
Lane Schwartz
733b876630 Added XOR example.
It appears to train to a cost of zero in about 35000 iterations,
but accuracy is always zero. Something weird is going on.
2016-10-03 20:42:44 -05:00
Lane Schwartz
cbc1091243 More comments, especially to feedforward.h 2016-10-03 16:50:38 -05:00
Lane Schwartz
e851f31dd4 Exclude 3rd party code from generated docs 2016-10-03 12:31:54 -05:00
Lane Schwartz
3378fa65da Merge branch 'master' of github.com:emjotde/Marian 2016-10-03 11:34:45 -05:00
Lane Schwartz
917d609345 Enabled references in Doxygen 2016-10-03 11:34:41 -05:00
Lane Schwartz
617e91c622 Added comment 2016-10-03 11:34:23 -05:00