aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Auvolat <alexis211@gmail.com>2015-08-04 12:15:12 -0400
committerAlex Auvolat <alexis211@gmail.com>2015-08-04 12:15:12 -0400
commite76b68863136876fbc3ac20de3657ab37bb495ff (patch)
tree4d7a4f35b8b90914429877c1ba84e0444c5e743e /README.md
parentdefab74395f2ddb2641bba6ab8d18bdedde7a334 (diff)
downloadtaxi-e76b68863136876fbc3ac20de3657ab37bb495ff.tar.gz
taxi-e76b68863136876fbc3ac20de3657ab37bb495ff.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef46106..76f5b88 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ https://www.kaggle.com/c/pkdd-15-predict-taxi-service-trajectory-i
We used the following packages developped at the MILA lab:
* Theano. A general GPU-accelerated python math library, with an interface similar to numpy (see [3, 4]). http://deeplearning.net/software/theano/
-* Blocks. A deep-learning and neural network framework for Python based on Theano. https://github.com/mila-udem/blocks
-* Fuel. A data pipelining framework for Blocks. https://github.com/mila-udem/fuel
+* Blocks. A deep-learning and neural network framework for Python based on Theano. As Blocks evolves very rapidly, we suggest you use commit `1e0aca9171611be4df404129d91a991354e67730`, which we had the code working on. https://github.com/mila-udem/blocks
+* Fuel. A data pipelining framework for Blocks. Same that for Blocks, we suggest you use commit `ed725a7ff9f3d080ef882d4ae7e4373c4984f35a`. https://github.com/mila-udem/fuel
We also used the scikit-learn Python library for their mean-shift clustering algorithm. numpy, cPickle and h5py are also used at various places.