diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-04 16:43:48 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-04 16:58:31 -0400 |
commit | 80d3ea67a845484d119cb88f0a0412f981ab344c (patch) | |
tree | 37b8130b6d761bcda48c8c0f74114498b85dad97 /config/model_0.py | |
parent | f9a31bd246e3c4736d3f532b566b7437eba6b4de (diff) | |
download | taxi-80d3ea67a845484d119cb88f0a0412f981ab344c.tar.gz taxi-80d3ea67a845484d119cb88f0a0412f981ab344c.zip |
Mew data analysis tool: clustering of arrival points.
Diffstat (limited to 'config/model_0.py')
-rw-r--r-- | config/model_0.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/model_0.py b/config/model_0.py index b157faa..c4985b2 100644 --- a/config/model_0.py +++ b/config/model_0.py @@ -12,6 +12,6 @@ dim_input = n_begin_end_pts * 2 * 2 + dim_embed + dim_embed dim_hidden = [200, 100] dim_output = 2 -learning_rate = 0.002 -momentum = 0.9 +learning_rate = 0.0001 +momentum = 0.99 batch_size = 32 |