aboutsummaryrefslogtreecommitdiff
path: root/train.py
Commit message (Expand)AuthorAgeFilesLines
* Add model for a network that predicts both time and destination.Alex Auvolat2015-05-081-17/+23
* Fusion AddFirstK and AddLastK transformers, and add 'input_time' field.Alex Auvolat2015-05-081-6/+4
* Add target class based model for time prediction (seems to work)Alex Auvolat2015-05-071-3/+3
* Add Bokeh plottingAlex Auvolat2015-05-061-0/+2
* Merge branch 'master' of github.com:adbrebs/taxiAdeB2015-05-051-30/+21
|\
| * Clean data module and generalize use of hdf5.Étienne Simon2015-05-051-30/+21
* | New hyperparameters. Training error is monitored.AdeB2015-05-051-2/+3
|/
* Add models for time predictioAdd models for time predictionAlex Auvolat2015-05-051-11/+16
* Add date/time transformer and new model that uses itAlex Auvolat2015-05-051-7/+11
* Refactor architecture so that embedding sizes can be easily changed.Alex Auvolat2015-05-051-18/+20
* New config (added a hidden layer), small changes to train.pyAlex Auvolat2015-05-051-2/+2
* Add model with predefined target classesAlex Auvolat2015-05-041-3/+4
* Restructure model & configAlex Auvolat2015-05-041-0/+139