aboutsummaryrefslogtreecommitdiff
path: root/model
Commit message (Expand)AuthorAgeFilesLines
* RNN & Bidir RNN refactoring (& fixes, maybe)Alex Auvolat2015-07-244-170/+149
* 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-234-27/+30
* Memory network with bidirectionnal RNNAlex Auvolat2015-07-234-135/+437
* 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
* Can do test with batches of size >1Alex Auvolat2015-07-231-1/+1
* Fix RNN prediction functionAlex Auvolat2015-07-231-2/+2
* Add bidirectionalÉtienne Simon2015-07-213-0/+205
* Genericize RNNsÉtienne Simon2015-07-214-36/+109
* Batch shufflingAlex Auvolat2015-07-101-7/+11
* Add batch shuffle preprocessing stepAlex Auvolat2015-07-061-1/+8
* More determinismAlex Auvolat2015-07-021-0/+5
* Remove _simpleÉtienne Simon2015-07-025-0/+0
* Unify parameters for joint_simple_tgtcls_111_cswdtx_bigger{,_dropout}Alex Auvolat2015-07-021-4/+8
* Update memory networkÉtienne Simon2015-06-221-1/+1
* Forgot a transpose in memory networkÉtienne Simon2015-06-211-1/+1
* Add bugged memory networksÉtienne Simon2015-06-211-0/+174
* Model with only embeddings.AdeB2015-06-212-0/+127
* Fix RNN validationÉtienne Simon2015-06-121-5/+22
* Add basic RNNÉtienne Simon2015-06-111-0/+176
* Use Mapping instead of extending TransformerÉtienne Simon2015-06-111-8/+8
* Add TaxiRemoveTestOnlyClients ; custom dumpmanager enabling multiprocessingAlex Auvolat2015-06-111-0/+3
* Fix typoAlex Auvolat2015-05-221-1/+1
* Add parametrizability for how the training data is presentedAlex Auvolat2015-05-221-4/+8
* Fix model/time_simple_mlp.Étienne Simon2015-05-221-3/+5
* Make indexing faster by indexing only one column and querying a rangeAlex Auvolat2015-05-222-3/+6
* Implement cut-based iteration scheme (SLOW!!!)Alex Auvolat2015-05-211-2/+3
* Refactor models, clean the code and separate training from testing.Étienne Simon2015-05-187-326/+281
* Add support for dropout in joint modelAlex Auvolat2015-05-131-0/+15
* Add scaling factor between two costs in joint modelAlex Auvolat2015-05-081-2/+6
* Add model for a network that predicts both time and destination.Alex Auvolat2015-05-081-0/+90
* Add target class based model for time prediction (seems to work)Alex Auvolat2015-05-071-0/+67
* Move weights init to config files ; fix s/time/travel_timeAlex Auvolat2015-05-064-97/+16
* Adapt Alexandre's model to the new interfaceÉtienne Simon2015-05-051-4/+4
* Merge branch 'master' of github.com:adbrebs/taxiAdeB2015-05-052-9/+9
|\
| * Clean data module and generalize use of hdf5.Étienne Simon2015-05-052-9/+9
* | New hyperparameters. Training error is monitored.AdeB2015-05-051-0/+75
|/
* Add models for time predictioAdd models for time predictionAlex Auvolat2015-05-053-8/+77
* Refactor architecture so that embedding sizes can be easily changed.Alex Auvolat2015-05-052-28/+33
* Fix itAlex Auvolat2015-05-041-4/+0
* Add model with predefined target classesAlex Auvolat2015-05-041-0/+74
* Restructure model & configAlex Auvolat2015-05-042-0/+69