index
:
taxi.git
master
Kaggle Taxi Destination Prediction Challnge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
model
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
Alex Auvolat
2015-05-22
1
-1
/
+1
*
Add parametrizability for how the training data is presented
Alex Auvolat
2015-05-22
1
-4
/
+8
*
Fix model/time_simple_mlp.
Étienne Simon
2015-05-22
1
-3
/
+5
*
Make indexing faster by indexing only one column and querying a range
Alex Auvolat
2015-05-22
2
-3
/
+6
*
Implement cut-based iteration scheme (SLOW!!!)
Alex Auvolat
2015-05-21
1
-2
/
+3
*
Refactor models, clean the code and separate training from testing.
Étienne Simon
2015-05-18
7
-326
/
+281
*
Add support for dropout in joint model
Alex Auvolat
2015-05-13
1
-0
/
+15
*
Add scaling factor between two costs in joint model
Alex Auvolat
2015-05-08
1
-2
/
+6
*
Add model for a network that predicts both time and destination.
Alex Auvolat
2015-05-08
1
-0
/
+90
*
Add target class based model for time prediction (seems to work)
Alex Auvolat
2015-05-07
1
-0
/
+67
*
Move weights init to config files ; fix s/time/travel_time
Alex Auvolat
2015-05-06
4
-97
/
+16
*
Adapt Alexandre's model to the new interface
Étienne Simon
2015-05-05
1
-4
/
+4
*
Merge branch 'master' of github.com:adbrebs/taxi
AdeB
2015-05-05
2
-9
/
+9
|
\
|
*
Clean data module and generalize use of hdf5.
Étienne Simon
2015-05-05
2
-9
/
+9
*
|
New hyperparameters. Training error is monitored.
AdeB
2015-05-05
1
-0
/
+75
|
/
*
Add models for time predictioAdd models for time prediction
Alex Auvolat
2015-05-05
3
-8
/
+77
*
Refactor architecture so that embedding sizes can be easily changed.
Alex Auvolat
2015-05-05
2
-28
/
+33
*
Fix it
Alex Auvolat
2015-05-04
1
-4
/
+0
*
Add model with predefined target classes
Alex Auvolat
2015-05-04
1
-0
/
+74
*
Restructure model & config
Alex Auvolat
2015-05-04
2
-0
/
+69