2015-08-26 03:41 | Add point distribution parameter to Vlist constructor | Étienne Simon | 1 | +2 | -1 |
2015-08-26 03:39 | Add point distribution visualization | Étienne Simon | 3 | +39 | -8 |
2015-08-07 16:02 | Fix readme | Alex Auvolat | 1 | +5 | -5 |
2015-08-06 18:32 | Update README.md | Alexandre de Brébisson | 1 | +2 | -5 |
2015-08-04 16:16 | Update prepare.sh | Alex Auvolat | 1 | +2 | -2 |
2015-08-04 16:15 | Update README.md | Alex Auvolat | 1 | +2 | -2 |
2015-07-29 16:06 | p-value caluculation script | Alex Auvolat | 3 | +89 | -1 |
2015-07-28 22:00 | Memory networks | Alex Auvolat | 3 | +113 | -1 |
2015-07-28 19:49 | Memory net mlp 4 | Alex Auvolat | 1 | +57 | -0 |
2015-07-28 13:48 | Memory net changes | Alex Auvolat | 2 | +5 | -4 |
2015-07-28 13:20 | Memory net 3 candidate size | Alex Auvolat | 1 | +5 | -5 |
2015-07-27 19:27 | Memory network configurations | Alex Auvolat | 3 | +65 | -10 |
2015-07-27 19:02 | Bidir RNN with window | Alex Auvolat | 5 | +305 | -2 |
2015-07-27 17:58 | forgotten import | Alex Auvolat | 1 | +1 | -0 |
2015-07-27 17:46 | alexandre mlp no tgtcls | Étienne Simon | 1 | +35 | -0 |
2015-07-27 17:45 | memory net mlp 2 momentum | Étienne Simon | 1 | +54 | -0 |
2015-07-27 17:41 | Add bigger memory networks | Étienne Simon | 2 | +107 | -0 |
2015-07-27 17:07 | Add bidirectional with recurrent ReLu | Étienne Simon | 2 | +38 | -1 |
2015-07-27 16:59 | Config files | Alex Auvolat | 5 | +54 | -7 |
2015-07-25 21:31 | Add batch sorting | Alex Auvolat | 3 | +26 | -17 |
2015-07-25 20:21 | Fix import in bidir | Étienne Simon | 1 | +2 | -0 |
2015-07-25 20:21 | Add memory_net_bidir_mom | Alex Auvolat | 2 | +60 | -2 |
2015-07-25 18:38 | Good learning rate for bidir_tgtcls_1_mom | Alex Auvolat | 1 | +3 | -1 |
2015-07-25 18:38 | Add monitor_freq config variable | Alex Auvolat | 1 | +10 | -5 |
2015-07-25 18:19 | Change batch size for smaller GPU | Alex Auvolat | 1 | +2 | -2 |
2015-07-25 18:19 | Add bidirectional_tgtcls_1_momentum | Alex Auvolat | 1 | +36 | -0 |
2015-07-24 21:47 | Add bidirectional_tgtcls_2 | Alex Auvolat | 1 | +33 | -0 |
2015-07-24 20:26 | Change batch size for bidir_tgtcls_1 | Alex Auvolat | 1 | +1 | -1 |
2015-07-24 20:15 | Use SegregatedBidirectional for bidirectional memory network | Étienne Simon | 1 | +17 | -10 |
2015-07-24 20:10 | Remove old memory network config files | Étienne Simon | 3 | +0 | -156 |
2015-07-24 20:09 | Fix memory network | Étienne Simon | 5 | +124 | -50 |
2015-07-24 15:59 | Add --progres option for ProgressBar | Alex Auvolat | 2 | +7 | -4 |
2015-07-24 15:30 | RNN & Bidir RNN refactoring (& fixes, maybe) | Alex Auvolat | 7 | +157 | -183 |
2015-07-24 14:40 | Fix test only when valid improve | Étienne Simon | 1 | +2 | -0 |
2015-07-24 14:27 | Memory net refactoring | Alex Auvolat | 3 | +107 | -145 |
2015-07-24 02:15 | Fix RNN Stream without tvt | Étienne Simon | 1 | +2 | -0 |
2015-07-24 01:20 | Use new tvt dataset with option --tvt | Étienne Simon | 38 | +80 | -83 |
2015-07-24 01:19 | Run test only when validation score improve | Étienne Simon | 1 | +15 | -6 |
2015-07-23 23:24 | Remove useless call_origin and bug fix in tvt | Étienne Simon | 1 | +13 | -5 |
2015-07-23 23:00 | Memory network with bidirectionnal RNN | Alex Auvolat | 5 | +493 | -135 |
2015-07-23 22:34 | Fix tvt hdf5 | Étienne Simon | 1 | +12 | -0 |
2015-07-23 21:52 | Lunch validation every 10000 batches (instead of 1000) | Étienne Simon | 1 | +4 | -4 |
2015-07-23 21:48 | Add Train/Valid/Test set | Étienne Simon | 3 | +206 | -0 |
2015-07-23 21:47 | use iteritems in init_valid | Étienne Simon | 1 | +1 | -1 |
2015-07-23 19:13 | Fix bidirectional | Étienne Simon | 1 | +2 | -1 |
2015-07-23 16:59 | Remove add_destination calls | Étienne Simon | 2 | +0 | -3 |
2015-07-23 16:43 | Fix rnn validation | Étienne Simon | 1 | +1 | -1 |
2015-07-23 14:15 | Zero padding for test output files | Alex Auvolat | 1 | +3 | -3 |
2015-07-23 14:13 | Can do test with batches of size >1 | Alex Auvolat | 2 | +8 | -7 |
2015-07-23 14:07 | Fix RNN prediction function | Alex Auvolat | 1 | +2 | -2 |
2015-07-22 01:08 | Add bidirectional | Étienne Simon | 5 | +272 | -0 |
2015-07-21 22:26 | Genericize RNNs | Étienne Simon | 8 | +207 | -39 |
2015-07-20 21:40 | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 3 | +16 | -15 |
2015-07-20 21:40 | Large validation set | Alex Auvolat | 2 | +14 | -0 |
2015-07-14 19:43 | Add memory network config files (not sure how usefull they are) | Alex Auvolat | 2 | +114 | -0 |
2015-07-14 16:59 | Update transformers | Alex Auvolat | 1 | +9 | -0 |
2015-07-14 14:48 | reoups | Étienne Simon | 1 | +1 | -1 |
2015-07-14 14:47 | oups | Étienne Simon | 1 | +2 | -3 |
2015-07-14 14:31 | Fix filesystems removing execution bit | Étienne Simon | 1 | +5 | -5 |
2015-07-14 14:17 | Fix prepare.sh for BSDs | Étienne Simon | 1 | +4 | -3 |
2015-07-14 14:01 | fix prepare.sh for mac | Étienne Simon | 1 | +26 | -8 |
2015-07-14 13:43 | Update short_report.pdf | Alex Auvolat | 1 | +0 | -0 |
2015-07-14 13:35 | s/python/python2/ at a few places for prepare.sh compatibility | Alex Auvolat | 5 | +5 | -5 |
2015-07-14 13:19 | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 8 | +161 | -2 |
2015-07-14 13:18 | Insert figures into tm | Alex Auvolat | 2 | +9 | -6 |
2015-07-11 23:17 | Add the model diagrams | AdeB | 3 | +0 | -0 |
2015-07-11 23:00 | Fix a few typos in the report. | AdeB | 1 | +35 | -31 |
2015-07-10 23:21 | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 4 | +33 | -15 |
2015-07-10 23:20 | Add documentation | Alex Auvolat | 4 | +418 | -1 |
2015-07-06 14:40 | Add batch shuffle preprocessing step | Alex Auvolat | 2 | +48 | -1 |
2015-07-06 14:40 | Blocks compatibility | Alex Auvolat | 2 | +14 | -10 |
2015-07-02 19:00 | Add small models | Alex Auvolat | 3 | +79 | -2 |
2015-07-02 18:32 | More determinism | Alex Auvolat | 3 | +17 | -7 |
2015-07-02 17:23 | Add random seed for TaxiGenerateSplits and for fuel | Alex Auvolat | 2 | +17 | -9 |
2015-07-02 16:59 | Remove _simple | Étienne Simon | 40 | +694 | -694 |
2015-07-02 16:49 | Make the testing into an extension run at each validation | Alex Auvolat | 4 | +108 | -114 |
2015-07-02 15:38 | New seed for all the computations | AdeB | 1 | +2 | -0 |
2015-07-02 15:30 | Step rule & dropout params cleanup | Alex Auvolat | 2 | +11 | -3 |
2015-07-02 15:15 | Unify parameters for joint_simple_tgtcls_111_cswdtx_bigger{,_dropout} | Alex Auvolat | 5 | +20 | -14 |
2015-06-24 19:28 | Load model parameters only when specified in the config | AdeB | 2 | +3 | -1 |
2015-06-24 19:12 | New configs. training step rule out of train.py | AdeB | 4 | +62 | -16 |
2015-06-22 18:40 | Update memory network | Étienne Simon | 3 | +7 | -5 |
2015-06-21 21:26 | Forgot a transpose in memory network | Étienne Simon | 1 | +1 | -1 |
2015-06-21 21:22 | Alexandre tu fais chier set la variable TAXI_PATH | Étienne Simon | 1 | +0 | -1 |
2015-06-21 21:22 | Fix candidate_encoder dim_input | Étienne Simon | 1 | +1 | -1 |
2015-06-21 21:01 | Add bugged memory networks | Étienne Simon | 2 | +217 | -0 |
2015-06-21 21:00 | Model with only embeddings. | AdeB | 5 | +160 | -1 |
2015-06-21 20:36 | Correct Plot import | AdeB | 1 | +1 | -1 |
2015-06-21 19:45 | Fix hdf5 generation | Alex Auvolat | 2 | +4 | -1 |
2015-06-21 18:44 | Import cPickle | AdeB | 1 | +1 | -0 |
2015-06-21 18:33 | Updates for Blocks compatibility | Alex Auvolat | 2 | +44 | -34 |
2015-06-12 06:45 | Fix RNN validation | Étienne Simon | 2 | +31 | -8 |
2015-06-11 20:28 | Add basic RNN | Étienne Simon | 2 | +209 | -0 |
2015-06-11 20:26 | Use Mapping instead of extending Transformer | Étienne Simon | 2 | +93 | -52 |
2015-06-11 19:26 | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 17 | +0 | -34 |
2015-06-11 19:26 | Add TaxiRemoveTestOnlyClients ; custom dumpmanager enabling multiprocessing | Alex Auvolat | 4 | +43 | -4 |
2015-05-22 20:16 | Fix typo | Alex Auvolat | 1 | +1 | -1 |
2015-05-22 20:06 | Fix validation cost computation to not use dropout/noise regularization | Alex Auvolat | 1 | +2 | -4 |
2015-05-22 19:51 | Add parametrizability for how the training data is presented | Alex Auvolat | 18 | +29 | -5 |
2015-05-22 19:51 | Add ElementwiseRemoveNotFinite step rule. | Alex Auvolat | 1 | +35 | -2 |
2015-05-22 19:50 | Delete useless file apply_model.py | Alex Auvolat | 1 | +0 | -43 |
2015-05-22 15:24 | Fix model/time_simple_mlp. | Étienne Simon | 1 | +5 | -3 |
2015-05-22 15:23 | Fix embeddings sizes. | Étienne Simon | 8 | +16 | -16 |
2015-05-22 14:00 | Make indexing faster by indexing only one column and querying a range | Alex Auvolat | 4 | +11 | -6 |
2015-05-21 21:05 | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 17 | +0 | -17 |
2015-05-21 21:05 | Implement cut-based iteration scheme (SLOW!!!) | Alex Auvolat | 3 | +84 | -2 |
2015-05-21 15:01 | Fix new models. | Alex Auvolat | 3 | +12 | -9 |
2015-05-21 14:53 | Merge branch 'alex' into new | Alex Auvolat | 4 | +171 | -0 |
2015-05-18 23:13 | Round time output when writing csv. | Étienne Simon | 1 | +1 | -1 |
2015-05-18 22:57 | Use os.path.join and close files | Étienne Simon | 10 | +29 | -14 |
2015-05-18 20:22 | Refactor models, clean the code and separate training from testing. | Étienne Simon | 25 | +475 | -469 |
2015-05-17 18:56 | Use signed integer. | Étienne Simon | 2 | +15 | -15 |
2015-05-13 20:29 | Add support for dropout in joint model | Alex Auvolat | 1 | +15 | -0 |
2015-05-13 20:26 | Add NaN protection | Alex Auvolat | 1 | +18 | -10 |
2015-05-12 00:00 | Add visualizer. | Étienne Simon | 10 | +1557 | -0 |
2015-05-11 21:20 | Add method to TaxiDataset to easily extract a dictionary | Étienne Simon | 1 | +5 | -0 |
2015-05-08 21:35 | Add model with hidden layers specific to time/dest prediction. | Alex Auvolat | 1 | +55 | -0 |
2015-05-08 20:17 | Add scaling factor between two costs in joint model | Alex Auvolat | 2 | +9 | -2 |
2015-05-08 18:59 | Add model for a network that predicts both time and destination. | Alex Auvolat | 3 | +165 | -17 |
2015-05-08 17:59 | Fusion AddFirstK and AddLastK transformers, and add 'input_time' field. | Alex Auvolat | 3 | +11 | -24 |
2015-05-07 17:16 | Add target class based model for time prediction (seems to work) | Alex Auvolat | 3 | +111 | -3 |
2015-05-06 15:56 | Add Bokeh plotting | Alex Auvolat | 1 | +2 | -0 |
2015-05-06 15:54 | Fix floatX!=float32 in hdf5 creation | Étienne Simon | 4 | +9 | -12 |
2015-05-06 14:12 | Move weights init to config files ; fix s/time/travel_time | Alex Auvolat | 15 | +86 | -99 |
2015-05-06 03:03 | Adapt Alexandre's model to the new interface | Étienne Simon | 2 | +9 | -7 |
2015-05-06 02:15 | Merge branch 'master' of github.com:adbrebs/taxi | AdeB | 24 | +654 | -578 |
2015-05-06 02:15 | New hyperparameters. Training error is monitored. | AdeB | 3 | +108 | -2 |
2015-05-05 18:15 | Add models for time predictioAdd models for time prediction | Alex Auvolat | 26 | +491 | -371 |
2015-05-05 17:11 | Add day type and taxi id | Alex Auvolat | 5 | +75 | -9 |
2015-05-05 17:10 | Remove enums from hdf5 | Étienne Simon | 1 | +9 | -13 |
2015-05-05 15:36 | Add date/time transformer and new model that uses it | Alex Auvolat | 7 | +95 | -94 |
2015-05-05 14:56 | Refactor architecture so that embedding sizes can be easily changed. | Alex Auvolat | 10 | +158 | -115 |
2015-05-05 13:30 | New config (added a hidden layer), small changes to train.py | Alex Auvolat | 2 | +27 | -2 |
2015-05-04 21:27 | Fix it | Alex Auvolat | 2 | +1 | -5 |
2015-05-04 21:13 | Add model with predefined target classes | Alex Auvolat | 4 | +104 | -3 |
2015-05-04 20:58 | Restructure model & config | Alex Auvolat | 6 | +227 | -213 |
2015-05-04 20:43 | Mew data analysis tool: clustering of arrival points. | Alex Auvolat | 4 | +40 | -13 |
2015-05-04 19:33 | Fix hdf5 converter | Étienne Simon | 1 | +31 | -21 |
2015-05-04 17:20 | Fixes | Alex Auvolat | 3 | +10 | -10 |
2015-05-04 17:15 | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 2 | +13 | -6 |
2015-05-04 17:15 | Add make_valid_cut | Alex Auvolat | 1 | +40 | -0 |
2015-05-04 17:15 | Add TaxiGenerateSplits | Alex Auvolat | 3 | +73 | -16 |
2015-04-29 23:41 | Fix | Alex Auvolat | 3 | +7 | -6 |
2015-04-29 23:16 | Fix CSV id normalization | Alex Auvolat | 2 | +24 | -11 |
2015-04-29 23:09 | Fix CSV import (partially) | Alex Auvolat | 3 | +43 | -34 |
2015-04-29 22:36 | Performance improvement | Alex Auvolat | 1 | +2 | -1 |
2015-04-29 22:23 | Fix dumping and loading | Alex Auvolat | 3 | +52 | -25 |
2015-04-29 20:59 | Fixes. | Alex Auvolat | 2 | +21 | -8 |
2015-04-29 20:01 | Debug. | Alex Auvolat | 3 | +24 | -13 |
2015-04-29 19:40 | Adapt model to hdf5 dataset. WIP | Étienne Simon | 5 | +108 | -100 |
2015-04-29 19:14 | Add script for generation of map of destination points only. | Alex Auvolat | 2 | +35 | -0 |
2015-04-29 15:17 | Fix hdf5 polyline conversion | Étienne Simon | 1 | +3 | -3 |
2015-04-29 04:02 | Add data converter to hdf5 | Étienne Simon | 1 | +118 | -0 |
2015-04-28 20:41 | Support polylines with <5 points | Alex Auvolat | 4 | +38 | -18 |
2015-04-28 19:57 | Add function for applying model | Alex Auvolat | 5 | +98 | -17 |
2015-04-27 23:17 | Add normalization | Alex Auvolat | 2 | +21 | -7 |
2015-04-27 22:27 | A reasonnable neural network, only it doesn't work. | Alex Auvolat | 1 | +19 | -9 |
2015-04-27 21:27 | Add validation set ; fix lat/lon | Alex Auvolat | 5 | +62 | -7 |
2015-04-27 20:38 | Make TaxiData more flexible. | Alex Auvolat | 1 | +21 | -13 |
2015-04-27 17:08 | Implement HDist, transformer that selects k at a random position. | Alex Auvolat | 4 | +54 | -16 |
2015-04-25 15:12 | Increase resolution of the map. | AdeB | 1 | +3 | -3 |
2015-04-25 14:24 | forgot to replace PREFIX. | AdeB | 1 | +1 | -1 |
2015-04-25 14:09 | Data analysis updated for the new Dataset class. Coordinates are saved in a light numpy array for fast/light retrieval. | AdeB | 4 | +86 | -29 |
2015-04-25 14:06 | Correct a few typos. | AdeB | 1 | +12 | -7 |
2015-04-24 21:32 | It kind of works (at least it does something now) | Alex Auvolat | 3 | +25 | -14 |
2015-04-24 20:48 | Connect model with data stream | Alex Auvolat | 2 | +24 | -15 |
2015-04-24 20:42 | Fix typo in transformers | Étienne Simon | 1 | +1 | -1 |
2015-04-24 20:38 | Add basic transformers | Étienne Simon | 1 | +25 | -0 |
2015-04-24 20:37 | Make TaxiData accept multiple files | Étienne Simon | 1 | +37 | -11 |
2015-04-24 19:12 | Add simple unfinished blocks model | Alex Auvolat | 5 | +116 | -4 |
2015-04-24 17:46 | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 1 | +100 | -0 |
2015-04-24 17:45 | Add histogram producing script. | Alex Auvolat | 3 | +33 | -0 |
2015-04-24 17:25 | Initial commit | Alexandre de Brébisson | 1 | +57 | -0 |