Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean data module and generalize use of hdf5. | Étienne Simon | 2015-05-05 | 21 | -258/+334 |
| | |||||
* | Add models for time predictioAdd models for time prediction | Alex Auvolat | 2015-05-05 | 16 | -32/+152 |
| | |||||
* | Add day type and taxi id | Alex Auvolat | 2015-05-05 | 5 | -9/+75 |
| | |||||
* | Remove enums from hdf5 | Étienne Simon | 2015-05-05 | 1 | -13/+9 |
| | |||||
* | Add date/time transformer and new model that uses it | Alex Auvolat | 2015-05-05 | 7 | -94/+95 |
| | |||||
* | Refactor architecture so that embedding sizes can be easily changed. | Alex Auvolat | 2015-05-05 | 7 | -52/+95 |
| | |||||
* | New config (added a hidden layer), small changes to train.py | Alex Auvolat | 2015-05-05 | 2 | -2/+27 |
| | |||||
* | Fix it | Alex Auvolat | 2015-05-04 | 2 | -5/+1 |
| | |||||
* | Add model with predefined target classes | Alex Auvolat | 2015-05-04 | 4 | -3/+104 |
| | |||||
* | Restructure model & config | Alex Auvolat | 2015-05-04 | 4 | -62/+76 |
| | |||||
* | Mew data analysis tool: clustering of arrival points. | Alex Auvolat | 2015-05-04 | 4 | -13/+40 |
| | |||||
* | Fix hdf5 converter | Étienne Simon | 2015-05-04 | 1 | -21/+31 |
| | |||||
* | Fixes | Alex Auvolat | 2015-05-04 | 3 | -10/+10 |
| | |||||
* | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 2015-05-04 | 2 | -6/+13 |
|\ | |||||
| * | Add equirectangular distance | Étienne Simon | 2015-05-02 | 1 | -5/+11 |
| | | |||||
| * | Change origin_call ids | Étienne Simon | 2015-04-29 | 1 | -1/+2 |
| | | |||||
* | | Add make_valid_cut | Alex Auvolat | 2015-05-04 | 1 | -0/+40 |
| | | |||||
* | | Add TaxiGenerateSplits | Alex Auvolat | 2015-05-04 | 3 | -16/+73 |
|/ | |||||
* | Fix | Alex Auvolat | 2015-04-29 | 3 | -6/+7 |
| | |||||
* | Fix CSV id normalization | Alex Auvolat | 2015-04-29 | 2 | -11/+24 |
| | |||||
* | Fix CSV import (partially) | Alex Auvolat | 2015-04-29 | 3 | -34/+43 |
| | |||||
* | Performance improvement | Alex Auvolat | 2015-04-29 | 1 | -1/+2 |
| | |||||
* | Fix dumping and loading | Alex Auvolat | 2015-04-29 | 3 | -25/+52 |
| | |||||
* | Fixes. | Alex Auvolat | 2015-04-29 | 2 | -8/+21 |
| | |||||
* | Debug. | Alex Auvolat | 2015-04-29 | 3 | -13/+24 |
| | |||||
* | Adapt model to hdf5 dataset. WIP | Étienne Simon | 2015-04-29 | 5 | -100/+108 |
| | |||||
* | Add script for generation of map of destination points only. | Alex Auvolat | 2015-04-29 | 2 | -0/+35 |
| | |||||
* | Fix hdf5 polyline conversion | Étienne Simon | 2015-04-29 | 1 | -3/+3 |
| | |||||
* | Add data converter to hdf5 | Étienne Simon | 2015-04-29 | 1 | -0/+118 |
| | |||||
* | Support polylines with <5 points | Alex Auvolat | 2015-04-28 | 4 | -18/+38 |
| | |||||
* | Add function for applying model | Alex Auvolat | 2015-04-28 | 5 | -17/+98 |
| | |||||
* | Add normalization | Alex Auvolat | 2015-04-27 | 2 | -7/+21 |
| | |||||
* | A reasonnable neural network, only it doesn't work. | Alex Auvolat | 2015-04-27 | 1 | -9/+19 |
| | |||||
* | Add validation set ; fix lat/lon | Alex Auvolat | 2015-04-27 | 5 | -7/+62 |
| | |||||
* | Make TaxiData more flexible. | Alex Auvolat | 2015-04-27 | 1 | -13/+21 |
| | |||||
* | Implement HDist, transformer that selects k at a random position. | Alex Auvolat | 2015-04-27 | 4 | -16/+54 |
| | |||||
* | Increase resolution of the map. | AdeB | 2015-04-25 | 1 | -3/+3 |
| | |||||
* | forgot to replace PREFIX. | AdeB | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | Data analysis updated for the new Dataset class. Coordinates are saved in a ↵ | AdeB | 2015-04-25 | 3 | -1/+58 |
| | | | | light numpy array for fast/light retrieval. | ||||
* | Correct a few typos. | AdeB | 2015-04-25 | 1 | -7/+12 |
| | |||||
* | It kind of works (at least it does something now) | Alex Auvolat | 2015-04-24 | 3 | -14/+25 |
| | |||||
* | Connect model with data stream | Alex Auvolat | 2015-04-24 | 2 | -15/+24 |
| | |||||
* | Fix typo in transformers | Étienne Simon | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | Add basic transformers | Étienne Simon | 2015-04-24 | 1 | -0/+25 |
| | |||||
* | Make TaxiData accept multiple files | Étienne Simon | 2015-04-24 | 1 | -11/+37 |
| | |||||
* | Add simple unfinished blocks model | Alex Auvolat | 2015-04-24 | 5 | -2/+116 |
| | |||||
* | Merge branch 'master' of github.com:adbrebs/taxi | Alex Auvolat | 2015-04-24 | 1 | -0/+100 |
|\ | | | | | | | is merge is necessary, | ||||
| * | Add data iterators | Étienne Simon | 2015-04-24 | 1 | -0/+100 |
| | | |||||
* | | Add histogram producing script. | Alex Auvolat | 2015-04-24 | 3 | -0/+31 |
|/ | |||||
* | Initial commit | Alexandre de Brébisson | 2015-04-24 | 1 | -0/+57 |