Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the shadows below the arrows | AdeB | 2015-07-12 | 3 | -0/+0 |
| | |||||
* | Add the model diagrams | AdeB | 2015-07-11 | 3 | -0/+0 |
| | |||||
* | Fix a few typos in the report. | AdeB | 2015-07-11 | 1 | -31/+35 |
| | |||||
* | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 2015-07-10 | 4 | -15/+33 |
|\ | |||||
| * | Create README.md | Alexandre de Brébisson | 2015-07-10 | 1 | -0/+3 |
| | | |||||
| * | Adjust cluster_arrival.py to make it work again | Alex Auvolat | 2015-07-10 | 1 | -6/+17 |
| | | |||||
| * | Batch shuffling | Alex Auvolat | 2015-07-10 | 2 | -9/+13 |
| | | |||||
* | | Add documentation | Alex Auvolat | 2015-07-10 | 4 | -1/+417 |
|/ | |||||
* | Add batch shuffle preprocessing step | Alex Auvolat | 2015-07-06 | 2 | -1/+48 |
| | |||||
* | Blocks compatibility | Alex Auvolat | 2015-07-06 | 2 | -10/+14 |
| | |||||
* | Add small models | Alex Auvolat | 2015-07-02 | 3 | -2/+79 |
| | |||||
* | More determinism | Alex Auvolat | 2015-07-02 | 3 | -7/+17 |
| | |||||
* | Add random seed for TaxiGenerateSplits and for fuel | Alex Auvolat | 2015-07-02 | 2 | -9/+17 |
| | |||||
* | Remove _simple | Étienne Simon | 2015-07-02 | 23 | -17/+17 |
| | |||||
* | Make the testing into an extension run at each validation | Alex Auvolat | 2015-07-02 | 4 | -114/+108 |
| | |||||
* | New seed for all the computations | AdeB | 2015-07-02 | 1 | -0/+2 |
| | |||||
* | Step rule & dropout params cleanup | Alex Auvolat | 2015-07-02 | 2 | -3/+11 |
| | |||||
* | Unify parameters for joint_simple_tgtcls_111_cswdtx_bigger{,_dropout} | Alex Auvolat | 2015-07-02 | 5 | -14/+20 |
| | |||||
* | Load model parameters only when specified in the config | AdeB | 2015-06-24 | 2 | -1/+3 |
| | |||||
* | New configs. training step rule out of train.py | AdeB | 2015-06-24 | 4 | -16/+62 |
| | |||||
* | Update memory network | Étienne Simon | 2015-06-22 | 3 | -5/+7 |
| | |||||
* | Forgot a transpose in memory network | Étienne Simon | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Alexandre tu fais chier set la variable TAXI_PATH | Étienne Simon | 2015-06-21 | 1 | -1/+0 |
| | |||||
* | Fix candidate_encoder dim_input | Étienne Simon | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Add bugged memory networks | Étienne Simon | 2015-06-21 | 2 | -0/+217 |
| | |||||
* | Model with only embeddings. | AdeB | 2015-06-21 | 5 | -1/+160 |
| | |||||
* | 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 |
| | |