Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct Plot import | AdeB | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Fix hdf5 generation | Alex Auvolat | 2015-06-21 | 2 | -1/+4 |
| | |||||
* | Import cPickle | AdeB | 2015-06-21 | 1 | -0/+1 |
| | |||||
* | Updates for Blocks compatibility | Alex Auvolat | 2015-06-21 | 2 | -34/+44 |
| | |||||
* | Fix RNN validation | Étienne Simon | 2015-06-12 | 2 | -8/+31 |
| | |||||
* | Add basic RNN | Étienne Simon | 2015-06-11 | 2 | -0/+209 |
| | |||||
* | Use Mapping instead of extending Transformer | Étienne Simon | 2015-06-11 | 2 | -52/+93 |
| | |||||
* | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 2015-06-11 | 17 | -34/+0 |
|\ | |||||
| * | Remove useless n_valid in configs. | Étienne Simon | 2015-05-27 | 17 | -34/+0 |
| | | |||||
* | | Add TaxiRemoveTestOnlyClients ; custom dumpmanager enabling multiprocessing | Alex Auvolat | 2015-06-11 | 4 | -4/+43 |
|/ | |||||
* | Fix typo | Alex Auvolat | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Fix validation cost computation to not use dropout/noise regularization | Alex Auvolat | 2015-05-22 | 1 | -4/+2 |
| | |||||
* | Add parametrizability for how the training data is presented | Alex Auvolat | 2015-05-22 | 18 | -5/+29 |
| | |||||
* | Add ElementwiseRemoveNotFinite step rule. | Alex Auvolat | 2015-05-22 | 1 | -2/+35 |
| | |||||
* | Delete useless file apply_model.py | Alex Auvolat | 2015-05-22 | 1 | -43/+0 |
| | |||||
* | Fix model/time_simple_mlp. | Étienne Simon | 2015-05-22 | 1 | -3/+5 |
| | |||||
* | Fix embeddings sizes. | Étienne Simon | 2015-05-22 | 8 | -16/+16 |
| | |||||
* | Make indexing faster by indexing only one column and querying a range | Alex Auvolat | 2015-05-22 | 4 | -6/+11 |
| | |||||
* | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 2015-05-21 | 17 | -17/+0 |
|\ | |||||
| * | Remove useless n_end_pts from configs. | Étienne Simon | 2015-05-21 | 17 | -17/+0 |
| | | |||||
* | | Implement cut-based iteration scheme (SLOW!!!) | Alex Auvolat | 2015-05-21 | 3 | -2/+84 |
|/ | |||||
* | Fix new models. | Alex Auvolat | 2015-05-21 | 3 | -9/+12 |
| | |||||
* | Merge branch 'alex' into new | Alex Auvolat | 2015-05-21 | 4 | -0/+171 |
|\ | | | | | | | | | | | Conflicts: model/joint_simple_mlp_tgtcls.py train.py | ||||
| * | Model changes | Alex Auvolat | 2015-05-21 | 5 | -3/+175 |
| | | |||||
* | | Round time output when writing csv. | Étienne Simon | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | Use os.path.join and close files | Étienne Simon | 2015-05-18 | 10 | -14/+29 |
| | | |||||
* | | Refactor models, clean the code and separate training from testing. | Étienne Simon | 2015-05-18 | 25 | -469/+475 |
| | | |||||
* | | Use signed integer. | Étienne Simon | 2015-05-17 | 2 | -15/+15 |
|/ | |||||
* | Add support for dropout in joint model | Alex Auvolat | 2015-05-13 | 1 | -0/+15 |
| | |||||
* | Add NaN protection | Alex Auvolat | 2015-05-13 | 1 | -10/+18 |
| | |||||
* | Add visualizer. | Étienne Simon | 2015-05-11 | 10 | -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 Simon | 2015-05-11 | 1 | -0/+5 |
| | |||||
* | Add model with hidden layers specific to time/dest prediction. | Alex Auvolat | 2015-05-08 | 1 | -0/+55 |
| | |||||
* | Add scaling factor between two costs in joint model | Alex Auvolat | 2015-05-08 | 2 | -2/+9 |
| | |||||
* | Add model for a network that predicts both time and destination. | Alex Auvolat | 2015-05-08 | 3 | -17/+165 |
| | |||||
* | Fusion AddFirstK and AddLastK transformers, and add 'input_time' field. | Alex Auvolat | 2015-05-08 | 3 | -24/+11 |
| | |||||
* | Add target class based model for time prediction (seems to work) | Alex Auvolat | 2015-05-07 | 3 | -3/+111 |
| | |||||
* | Add Bokeh plotting | Alex Auvolat | 2015-05-06 | 1 | -0/+2 |
| | |||||
* | Fix floatX!=float32 in hdf5 creation | Étienne Simon | 2015-05-06 | 4 | -12/+9 |
| | |||||
* | Move weights init to config files ; fix s/time/travel_time | Alex Auvolat | 2015-05-06 | 15 | -99/+86 |
| | |||||
* | Adapt Alexandre's model to the new interface | Étienne Simon | 2015-05-05 | 2 | -7/+9 |
| | |||||
* | Merge branch 'master' of github.com:adbrebs/taxi | AdeB | 2015-05-05 | 21 | -258/+334 |
|\ | |||||
| * | Clean data module and generalize use of hdf5. | Étienne Simon | 2015-05-05 | 21 | -258/+334 |
| | | |||||
* | | New hyperparameters. Training error is monitored. | AdeB | 2015-05-05 | 3 | -2/+108 |
|/ | |||||
* | Add models for time predictioAdd models for time prediction | Alex Auvolat | 2015-05-05 | 16 | -32/+152 |
| | |||||
* | Add day type and taxi id | Alex Auvolat | 2015-05-05 | 5 | -9/+75 |
| | |||||
* | Remove enums from hdf5 | Étienne Simon | 2015-05-05 | 1 | -13/+9 |
| | |||||
* | Add date/time transformer and new model that uses it | Alex Auvolat | 2015-05-05 | 7 | -94/+95 |
| | |||||
* | Refactor architecture so that embedding sizes can be easily changed. | Alex Auvolat | 2015-05-05 | 7 | -52/+95 |
| | |||||
* | New config (added a hidden layer), small changes to train.py | Alex Auvolat | 2015-05-05 | 2 | -2/+27 |
| |