Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix readmeHEADmaster | Alex Auvolat | 2015-08-07 | 1 | -5/+5 |
* | Update README.md | Alexandre de Brébisson | 2015-08-06 | 1 | -5/+2 |
* | Update prepare.sh | Alex Auvolat | 2015-08-04 | 1 | -2/+2 |
* | Update README.md | Alex Auvolat | 2015-08-04 | 1 | -2/+2 |
* | p-value caluculation script | Alex Auvolat | 2015-07-29 | 3 | -1/+89 |
* | Memory networks | Alex Auvolat | 2015-07-28 | 3 | -1/+113 |
* | Memory net mlp 4 | Alex Auvolat | 2015-07-28 | 1 | -0/+57 |
* | Memory net changes | Alex Auvolat | 2015-07-28 | 2 | -4/+5 |
* | Memory net 3 candidate size | Alex Auvolat | 2015-07-28 | 1 | -5/+5 |
* | Memory network configurations | Alex Auvolat | 2015-07-27 | 3 | -10/+65 |
* | Bidir RNN with window | Alex Auvolat | 2015-07-27 | 5 | -2/+305 |
* | forgotten import | Alex Auvolat | 2015-07-27 | 1 | -0/+1 |
* | alexandre mlp no tgtcls | Étienne Simon | 2015-07-27 | 1 | -0/+35 |
* | memory net mlp 2 momentum | Étienne Simon | 2015-07-27 | 1 | -0/+54 |
* | Add bigger memory networks | Étienne Simon | 2015-07-27 | 2 | -0/+107 |
* | Add bidirectional with recurrent ReLu | Étienne Simon | 2015-07-27 | 2 | -1/+38 |
* | Config files | Alex Auvolat | 2015-07-27 | 5 | -7/+53 |
* | Add batch sorting | Alex Auvolat | 2015-07-25 | 3 | -17/+26 |
* | Fix import in bidir | Étienne Simon | 2015-07-25 | 1 | -0/+2 |
* | Add memory_net_bidir_mom | Alex Auvolat | 2015-07-25 | 2 | -2/+60 |
* | Good learning rate for bidir_tgtcls_1_mom | Alex Auvolat | 2015-07-25 | 1 | -1/+3 |
* | Add monitor_freq config variable | Alex Auvolat | 2015-07-25 | 1 | -5/+10 |
* | Change batch size for smaller GPU | Alex Auvolat | 2015-07-25 | 1 | -2/+2 |
* | Add bidirectional_tgtcls_1_momentum | Alex Auvolat | 2015-07-25 | 1 | -0/+36 |
* | Add bidirectional_tgtcls_2 | Alex Auvolat | 2015-07-24 | 1 | -0/+33 |
* | Change batch size for bidir_tgtcls_1 | Alex Auvolat | 2015-07-24 | 1 | -1/+1 |
* | Use SegregatedBidirectional for bidirectional memory network | Étienne Simon | 2015-07-24 | 1 | -10/+17 |
* | Remove old memory network config files | Étienne Simon | 2015-07-24 | 3 | -156/+0 |
* | Fix memory network | Étienne Simon | 2015-07-24 | 5 | -50/+124 |
* | Add --progres option for ProgressBar | Alex Auvolat | 2015-07-24 | 2 | -4/+7 |
* | RNN & Bidir RNN refactoring (& fixes, maybe) | Alex Auvolat | 2015-07-24 | 7 | -183/+157 |
* | Fix test only when valid improve | Étienne Simon | 2015-07-24 | 1 | -0/+2 |
* | Memory net refactoring | Alex Auvolat | 2015-07-24 | 3 | -145/+107 |
* | Fix RNN Stream without tvt | Étienne Simon | 2015-07-23 | 1 | -0/+2 |
* | Use new tvt dataset with option --tvt | Étienne Simon | 2015-07-23 | 38 | -83/+80 |
* | Run test only when validation score improve | Étienne Simon | 2015-07-23 | 1 | -6/+15 |
* | Remove useless call_origin and bug fix in tvt | Étienne Simon | 2015-07-23 | 1 | -5/+13 |
* | Memory network with bidirectionnal RNN | Alex Auvolat | 2015-07-23 | 5 | -135/+493 |
* | Fix tvt hdf5 | Étienne Simon | 2015-07-23 | 1 | -0/+12 |
* | Lunch validation every 10000 batches (instead of 1000) | Étienne Simon | 2015-07-23 | 1 | -4/+4 |
* | Add Train/Valid/Test set | Étienne Simon | 2015-07-23 | 3 | -0/+206 |
* | use iteritems in init_valid | Étienne Simon | 2015-07-23 | 1 | -1/+1 |
* | Fix bidirectional | Étienne Simon | 2015-07-23 | 1 | -1/+2 |
* | Remove add_destination calls | Étienne Simon | 2015-07-23 | 2 | -3/+0 |
* | Fix rnn validation | Étienne Simon | 2015-07-23 | 1 | -1/+1 |
* | Zero padding for test output files | Alex Auvolat | 2015-07-23 | 1 | -3/+3 |
* | Can do test with batches of size >1 | Alex Auvolat | 2015-07-23 | 2 | -7/+8 |
* | Fix RNN prediction function | Alex Auvolat | 2015-07-23 | 1 | -2/+2 |
* | Add bidirectional | Étienne Simon | 2015-07-21 | 5 | -0/+272 |
* | Genericize RNNs | Étienne Simon | 2015-07-21 | 8 | -39/+207 |