aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Blocks compatibilityAlex Auvolat2015-07-062-10/+14
* Add small modelsAlex Auvolat2015-07-023-2/+79
* More determinismAlex Auvolat2015-07-023-7/+17
* Add random seed for TaxiGenerateSplits and for fuelAlex Auvolat2015-07-022-9/+17
* Remove _simpleÉtienne Simon2015-07-0223-17/+17
* Make the testing into an extension run at each validationAlex Auvolat2015-07-024-114/+108
* New seed for all the computationsAdeB2015-07-021-0/+2
* Step rule & dropout params cleanupAlex Auvolat2015-07-022-3/+11
* Unify parameters for joint_simple_tgtcls_111_cswdtx_bigger{,_dropout}Alex Auvolat2015-07-025-14/+20
* Load model parameters only when specified in the configAdeB2015-06-242-1/+3
* New configs. training step rule out of train.pyAdeB2015-06-244-16/+62
* Update memory networkÉtienne Simon2015-06-223-5/+7
* Forgot a transpose in memory networkÉtienne Simon2015-06-211-1/+1
* Alexandre tu fais chier set la variable TAXI_PATHÉtienne Simon2015-06-211-1/+0
* Fix candidate_encoder dim_inputÉtienne Simon2015-06-211-1/+1
* Add bugged memory networksÉtienne Simon2015-06-212-0/+217
* Model with only embeddings.AdeB2015-06-215-1/+160
* Correct Plot importAdeB2015-06-211-1/+1
* Fix hdf5 generationAlex Auvolat2015-06-212-1/+4
* Import cPickleAdeB2015-06-211-0/+1
* Updates for Blocks compatibilityAlex Auvolat2015-06-212-34/+44
* Fix RNN validationÉtienne Simon2015-06-122-8/+31
* Add basic RNNÉtienne Simon2015-06-112-0/+209
* Use Mapping instead of extending TransformerÉtienne Simon2015-06-112-52/+93
* Merge branch 'master' of github.com:adbrebs/taxiAlex Auvolat2015-06-1117-34/+0
|\
| * Remove useless n_valid in configs.Étienne Simon2015-05-2717-34/+0
* | Add TaxiRemoveTestOnlyClients ; custom dumpmanager enabling multiprocessingAlex Auvolat2015-06-114-4/+43
|/
* Fix typoAlex Auvolat2015-05-221-1/+1
* Fix validation cost computation to not use dropout/noise regularizationAlex Auvolat2015-05-221-4/+2
* Add parametrizability for how the training data is presentedAlex Auvolat2015-05-2218-5/+29
* Add ElementwiseRemoveNotFinite step rule.Alex Auvolat2015-05-221-2/+35
* Delete useless file apply_model.pyAlex Auvolat2015-05-221-43/+0
* Fix model/time_simple_mlp.Étienne Simon2015-05-221-3/+5
* Fix embeddings sizes.Étienne Simon2015-05-228-16/+16
* Make indexing faster by indexing only one column and querying a rangeAlex Auvolat2015-05-224-6/+11
* Merge branch 'master' of github.com:adbrebs/taxiAlex Auvolat2015-05-2117-17/+0
|\
| * Remove useless n_end_pts from configs.Étienne Simon2015-05-2117-17/+0
* | Implement cut-based iteration scheme (SLOW!!!)Alex Auvolat2015-05-213-2/+84
|/
* Fix new models.Alex Auvolat2015-05-213-9/+12
* Merge branch 'alex' into newAlex Auvolat2015-05-214-0/+171
|\
| * Model changesAlex Auvolat2015-05-215-3/+175
* | Round time output when writing csv.Étienne Simon2015-05-181-1/+1
* | Use os.path.join and close filesÉtienne Simon2015-05-1810-14/+29
* | Refactor models, clean the code and separate training from testing.Étienne Simon2015-05-1825-469/+475
* | Use signed integer.Étienne Simon2015-05-172-15/+15
|/
* Add support for dropout in joint modelAlex Auvolat2015-05-131-0/+15
* Add NaN protectionAlex Auvolat2015-05-131-10/+18
* Add visualizer.Étienne Simon2015-05-1110-0/+1557
* Add method to TaxiDataset to easily extract a dictionaryÉtienne Simon2015-05-111-0/+5
* Add model with hidden layers specific to time/dest prediction.Alex Auvolat2015-05-081-0/+55