Anaconda: How to Install Keras, Theano, and Tensorflow on Windows

The following five steps which I will explain below worked for me.

As of today Tensorflow is not compatible with Python 3.6 therefore you need to make sure you are using Python 3.5.
 

Step 1: install Python 3.5 according to conda.io

 

Step 2: install Theano’s dependencies according to https://medium.com/@xenocide15

 

Step 3: install Theano according to https://medium.com/@xenocide15

 

Step 4: install Tensorflow according to tensorflow.org

 

Step 5: install Keras

Leave a Reply

Your email address will not be published. Required fields are marked *