aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix readmeHEADmasterAlex Auvolat2015-08-071-5/+5
* Update README.mdAlexandre de Brébisson2015-08-061-5/+2
* Update prepare.shAlex Auvolat2015-08-041-2/+2
* Update README.mdAlex Auvolat2015-08-041-2/+2
* p-value caluculation scriptAlex Auvolat2015-07-293-1/+89
* Memory networksAlex Auvolat2015-07-283-1/+113
* Memory net mlp 4Alex Auvolat2015-07-281-0/+57
* Memory net changesAlex Auvolat2015-07-282-4/+5
* Memory net 3 candidate sizeAlex Auvolat2015-07-281-5/+5
* Memory network configurationsAlex Auvolat2015-07-273-10/+65
* Bidir RNN with windowAlex Auvolat2015-07-275-2/+305
* forgotten importAlex Auvolat2015-07-271-0/+1
* alexandre mlp no tgtclsÉtienne Simon2015-07-271-0/+35
* memory net mlp 2 momentumÉtienne Simon2015-07-271-0/+54
* Add bigger memory networksÉtienne Simon2015-07-272-0/+107
* Add bidirectional with recurrent ReLuÉtienne Simon2015-07-272-1/+38
* Config filesAlex Auvolat2015-07-275-7/+53
* Add batch sortingAlex Auvolat2015-07-253-17/+26
* Fix import in bidirÉtienne Simon2015-07-251-0/+2
* Add memory_net_bidir_momAlex Auvolat2015-07-252-2/+60
* Good learning rate for bidir_tgtcls_1_momAlex Auvolat2015-07-251-1/+3
* Add monitor_freq config variableAlex Auvolat2015-07-251-5/+10
* Change batch size for smaller GPUAlex Auvolat2015-07-251-2/+2
* Add bidirectional_tgtcls_1_momentumAlex Auvolat2015-07-251-0/+36
* Add bidirectional_tgtcls_2Alex Auvolat2015-07-241-0/+33
* Change batch size for bidir_tgtcls_1Alex Auvolat2015-07-241-1/+1
* Use SegregatedBidirectional for bidirectional memory networkÉtienne Simon2015-07-241-10/+17
* Remove old memory network config filesÉtienne Simon2015-07-243-156/+0
* Fix memory networkÉtienne Simon2015-07-245-50/+124
* Add --progres option for ProgressBarAlex Auvolat2015-07-242-4/+7
* RNN & Bidir RNN refactoring (& fixes, maybe)Alex Auvolat2015-07-247-183/+157
* Fix test only when valid improveÉtienne Simon2015-07-241-0/+2
* Memory net refactoringAlex Auvolat2015-07-243-145/+107
* Fix RNN Stream without tvtÉtienne Simon2015-07-231-0/+2
* Use new tvt dataset with option --tvtÉtienne Simon2015-07-2338-83/+80
* Run test only when validation score improveÉtienne Simon2015-07-231-6/+15
* Remove useless call_origin and bug fix in tvtÉtienne Simon2015-07-231-5/+13
* Memory network with bidirectionnal RNNAlex Auvolat2015-07-235-135/+493
* Fix tvt hdf5Étienne Simon2015-07-231-0/+12
* Lunch validation every 10000 batches (instead of 1000)Étienne Simon2015-07-231-4/+4
* Add Train/Valid/Test setÉtienne Simon2015-07-233-0/+206
* use iteritems in init_validÉtienne Simon2015-07-231-1/+1
* Fix bidirectionalÉtienne Simon2015-07-231-1/+2
* Remove add_destination callsÉtienne Simon2015-07-232-3/+0
* Fix rnn validationÉtienne Simon2015-07-231-1/+1
* Zero padding for test output filesAlex Auvolat2015-07-231-3/+3
* Can do test with batches of size >1Alex Auvolat2015-07-232-7/+8
* Fix RNN prediction functionAlex Auvolat2015-07-231-2/+2
* Add bidirectionalÉtienne Simon2015-07-215-0/+272
* Genericize RNNsÉtienne Simon2015-07-218-39/+207