aboutsummaryrefslogtreecommitdiff
path: root/model
Commit message (Expand)AuthorAgeFilesLines
* Refactor models, clean the code and separate training from testing.Étienne Simon2015-05-187-326/+281
* Add support for dropout in joint modelAlex Auvolat2015-05-131-0/+15
* Add scaling factor between two costs in joint modelAlex Auvolat2015-05-081-2/+6
* Add model for a network that predicts both time and destination.Alex Auvolat2015-05-081-0/+90
* Add target class based model for time prediction (seems to work)Alex Auvolat2015-05-071-0/+67
* Move weights init to config files ; fix s/time/travel_timeAlex Auvolat2015-05-064-97/+16
* Adapt Alexandre's model to the new interfaceÉtienne Simon2015-05-051-4/+4
* Merge branch 'master' of github.com:adbrebs/taxiAdeB2015-05-052-9/+9
|\
| * Clean data module and generalize use of hdf5.Étienne Simon2015-05-052-9/+9
* | New hyperparameters. Training error is monitored.AdeB2015-05-051-0/+75
|/
* Add models for time predictioAdd models for time predictionAlex Auvolat2015-05-053-8/+77
* Refactor architecture so that embedding sizes can be easily changed.Alex Auvolat2015-05-052-28/+33
* Fix itAlex Auvolat2015-05-041-4/+0
* Add model with predefined target classesAlex Auvolat2015-05-041-0/+74
* Restructure model & configAlex Auvolat2015-05-042-0/+69