Excellent guide for Installing Keras, Theano on Windows 10

For those of you who prefer trying out Deep Learning on Windows 10 with your GPU-enabled PC/laptop, here’s an excellent post by Fabien Tence on installing the frameworks you need.

http://ankivil.com/installing-keras-theano-and-dependencies-on-windows-10/

Keras is a high-level neural networks library, written in Python and capable of running on top of either TensorFlow or Theano.

Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.

Have fun!

 

Leave a comment