aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add target class based model for time prediction (seems to work)Alex Auvolat2015-05-073-3/+111
|
* Add Bokeh plottingAlex Auvolat2015-05-061-0/+2
|
* Fix floatX!=float32 in hdf5 creationÉtienne Simon2015-05-064-12/+9
|
* Move weights init to config files ; fix s/time/travel_timeAlex Auvolat2015-05-0615-99/+86
|
* Adapt Alexandre's model to the new interfaceÉtienne Simon2015-05-052-7/+9
|
* Merge branch 'master' of github.com:adbrebs/taxiAdeB2015-05-0521-258/+334
|\
| * Clean data module and generalize use of hdf5.Étienne Simon2015-05-0521-258/+334
| |
* | New hyperparameters. Training error is monitored.AdeB2015-05-053-2/+108
|/
* Add models for time predictioAdd models for time predictionAlex Auvolat2015-05-0516-32/+152
|
* Add day type and taxi idAlex Auvolat2015-05-055-9/+75
|
* Remove enums from hdf5Étienne Simon2015-05-051-13/+9
|
* Add date/time transformer and new model that uses itAlex Auvolat2015-05-057-94/+95
|
* Refactor architecture so that embedding sizes can be easily changed.Alex Auvolat2015-05-057-52/+95
|
* New config (added a hidden layer), small changes to train.pyAlex Auvolat2015-05-052-2/+27
|
* Fix itAlex Auvolat2015-05-042-5/+1
|
* Add model with predefined target classesAlex Auvolat2015-05-044-3/+104
|
* Restructure model & configAlex Auvolat2015-05-044-62/+76
|
* Mew data analysis tool: clustering of arrival points.Alex Auvolat2015-05-044-13/+40
|
* Fix hdf5 converterÉtienne Simon2015-05-041-21/+31
|
* FixesAlex Auvolat2015-05-043-10/+10
|
* Merge branch 'master' of github.com:adbrebs/taxiAlex Auvolat2015-05-042-6/+13
|\
| * Add equirectangular distanceÉtienne Simon2015-05-021-5/+11
| |
| * Change origin_call idsÉtienne Simon2015-04-291-1/+2
| |
* | Add make_valid_cutAlex Auvolat2015-05-041-0/+40
| |
* | Add TaxiGenerateSplitsAlex Auvolat2015-05-043-16/+73
|/
* FixAlex Auvolat2015-04-293-6/+7
|
* Fix CSV id normalizationAlex Auvolat2015-04-292-11/+24
|
* Fix CSV import (partially)Alex Auvolat2015-04-293-34/+43
|
* Performance improvementAlex Auvolat2015-04-291-1/+2
|
* Fix dumping and loadingAlex Auvolat2015-04-293-25/+52
|
* Fixes.Alex Auvolat2015-04-292-8/+21
|
* Debug.Alex Auvolat2015-04-293-13/+24
|
* Adapt model to hdf5 dataset. WIPÉtienne Simon2015-04-295-100/+108
|
* Add script for generation of map of destination points only.Alex Auvolat2015-04-292-0/+35
|
* Fix hdf5 polyline conversionÉtienne Simon2015-04-291-3/+3
|
* Add data converter to hdf5Étienne Simon2015-04-291-0/+118
|
* Support polylines with <5 pointsAlex Auvolat2015-04-284-18/+38
|
* Add function for applying modelAlex Auvolat2015-04-285-17/+98
|
* Add normalizationAlex Auvolat2015-04-272-7/+21
|
* A reasonnable neural network, only it doesn't work.Alex Auvolat2015-04-271-9/+19
|
* Add validation set ; fix lat/lonAlex Auvolat2015-04-275-7/+62
|
* Make TaxiData more flexible.Alex Auvolat2015-04-271-13/+21
|
* Implement HDist, transformer that selects k at a random position.Alex Auvolat2015-04-274-16/+54
|
* Increase resolution of the map.AdeB2015-04-251-3/+3
|
* forgot to replace PREFIX.AdeB2015-04-251-1/+1
|
* Data analysis updated for the new Dataset class. Coordinates are saved in a ↵AdeB2015-04-253-1/+58
| | | | light numpy array for fast/light retrieval.
* Correct a few typos.AdeB2015-04-251-7/+12
|
* It kind of works (at least it does something now)Alex Auvolat2015-04-243-14/+25
|
* Connect model with data streamAlex Auvolat2015-04-242-15/+24
|
* Fix typo in transformersÉtienne Simon2015-04-241-1/+1
|