aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Model changesAlex Auvolat2015-05-213-0/+170
* 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-081-0/+3
* Add model for a network that predicts both time and destination.Alex Auvolat2015-05-081-0/+52
* Fusion AddFirstK and AddLastK transformers, and add 'input_time' field.Alex Auvolat2015-05-081-2/+0
* Add target class based model for time prediction (seems to work)Alex Auvolat2015-05-071-0/+41
* Move weights init to config files ; fix s/time/travel_timeAlex Auvolat2015-05-0610-1/+69
* Adapt Alexandre's model to the new interfaceÉtienne Simon2015-05-051-3/+5
* Merge branch 'master' of github.com:adbrebs/taxiAdeB2015-05-057-16/+30
|\
| * Clean data module and generalize use of hdf5.Étienne Simon2015-05-057-16/+30
* | New hyperparameters. Training error is monitored.AdeB2015-05-051-0/+30
|/
* Add models for time predictioAdd models for time predictionAlex Auvolat2015-05-059-7/+52
* Add day type and taxi idAlex Auvolat2015-05-053-2/+58
* Add date/time transformer and new model that uses itAlex Auvolat2015-05-055-16/+28
* Refactor architecture so that embedding sizes can be easily changed.Alex Auvolat2015-05-054-6/+42
* New config (added a hidden layer), small changes to train.pyAlex Auvolat2015-05-051-0/+25
* Fix itAlex Auvolat2015-05-041-1/+1
* Add model with predefined target classesAlex Auvolat2015-05-041-0/+25
* Restructure model & configAlex Auvolat2015-05-041-0/+2
* Mew data analysis tool: clustering of arrival points.Alex Auvolat2015-05-041-2/+2
* FixesAlex Auvolat2015-05-041-1/+1
* FixAlex Auvolat2015-04-291-1/+1
* Fix CSV import (partially)Alex Auvolat2015-04-291-5/+1
* Adapt model to hdf5 dataset. WIPÉtienne Simon2015-04-292-0/+21