aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s/python/python2/ at a few places for prepare.sh compatibilityAlex Auvolat2015-07-145-5/+5
* Merge branch 'master' of github.com:adbrebs/taxiAlex Auvolat2015-07-148-2/+161
|\
| * fix typo in READMEÉtienne Simon2015-07-141-1/+1
| * Add note about PYTHONPATH in READMEÉtienne Simon2015-07-141-0/+2
| * Add prepare.sh to prepare the kaggle dataÉtienne Simon2015-07-142-2/+110
| * Fix at_least_kÉtienne Simon2015-07-131-1/+1
| * Fix markdown (first try?)Étienne Simon2015-07-131-123/+41
| * Alex's instructions to reproduce the results.AdeB2015-07-133-1/+132
| * Add Etienne's heatmapAdeB2015-07-121-0/+0
| * Get rid of the shadows below the arrowsAdeB2015-07-123-0/+0
* | Insert figures into tmAlex Auvolat2015-07-142-6/+9
|/
* Add the model diagramsAdeB2015-07-113-0/+0
* Fix a few typos in the report.AdeB2015-07-111-31/+35
* Merge branch 'master' of github.com:adbrebs/taxiAlex Auvolat2015-07-104-15/+33
|\
| * Create README.mdAlexandre de Brébisson2015-07-101-0/+3
| * Adjust cluster_arrival.py to make it work againAlex Auvolat2015-07-101-6/+17
| * Batch shufflingAlex Auvolat2015-07-102-9/+13
* | Add documentationAlex Auvolat2015-07-104-1/+417
|/
* Add batch shuffle preprocessing stepAlex Auvolat2015-07-062-1/+48
* 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