taxi

Winning entry to the Kaggle taxi competition
git clone https://esimon.eu/repos/taxi.git
Log | Files | Refs | README

commit 8754c6a34689a56ff5baab032e38105903024a3a
parent 62171aa41bc6216822ceaad696a31d79be5ebe0b
Author: Alex Auvolat <alex.auvolat@ens.fr>
Date:   Mon, 27 Jul 2015 13:58:51 -0400

forgotten import

Diffstat:
Mconfig/memory_network_mlp_2_momentum.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config/memory_network_mlp_2_momentum.py b/config/memory_network_mlp_2_momentum.py @@ -1,4 +1,5 @@ from blocks.initialization import IsotropicGaussian, Constant +from blocks.algorithms import Momentum from blocks.bricks import Tanh