aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | Conflicts: model/joint_simple_mlp_tgtcls.py train.py
| * 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
| | | | | | | | | | | | Lasciate ogni speranza voi ch'entrate: I am the bone of my javascript DOM is my body and JQuery is my blood I have created over a thousand lines Unknown to death Nor known to life Have withstood pain to create many functions Yet those hands shall never type anything So, as I pray, Unlimited Openlayers Works
* 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
|
* Add scaling factor between two costs in joint modelAlex Auvolat2015-05-082-2/+9
|
* Add model for a network that predicts both time and destination.Alex Auvolat2015-05-083-17/+165
|
* Fusion AddFirstK and AddLastK transformers, and add 'input_time' field.Alex Auvolat2015-05-083-24/+11
|
* Add target class based model for time prediction (seems to work)Alex Auvolat2015-05-073-3/+111
|
* Add Bokeh plottingAlex Auvolat2015-05-061-0/+2
|
* Fix floatX!=float32 in hdf5 creationÉtienne Simon2015-05-064-12/+9
|
* Move weights init to config files ; fix s/time/travel_timeAlex Auvolat2015-05-0615-99/+86
|
* Adapt Alexandre's model to the new interfaceÉtienne Simon2015-05-052-7/+9
|
* Merge branch 'master' of github.com:adbrebs/taxiAdeB2015-05-0521-258/+334
|\
| * Clean data module and generalize use of hdf5.Étienne Simon2015-05-0521-258/+334
| |
* | New hyperparameters. Training error is monitored.AdeB2015-05-053-2/+108
|/
* Add models for time predictioAdd models for time predictionAlex Auvolat2015-05-0516-32/+152
|
* Add day type and taxi idAlex Auvolat2015-05-055-9/+75
|
* Remove enums from hdf5Étienne Simon2015-05-051-13/+9
|
* Add date/time transformer and new model that uses itAlex Auvolat2015-05-057-94/+95
|
* Refactor architecture so that embedding sizes can be easily changed.Alex Auvolat2015-05-057-52/+95
|
* New config (added a hidden layer), small changes to train.pyAlex Auvolat2015-05-052-2/+27
|