I wanted to install TensorFlow for my Machine learning projects but I am finding it difficult to install it on Window. Would be happy if I can have a step by step guide.
I am going to write about how to install the recent google tensorflow in your windows Machine. Right now the current distribution does not have any direct installation process for windows. But Tensorflow can be hosted using its docker image that has been cited in the main site.
The instructions here are compact versions of the instructions after I Installed following this blog from Caffinc
The steps are as followed:
Download Docker toolbox from here
Install Docker as described here. If you have virtual box installed previously uncheck the Virtual box installation. Also stop VirtualBox before starting installation.
After you finish installation, start Docker Quick Start Terminal. The icon should be on your desktop. It will take a bit of time to settle. You will find the name of your machine and $ sign when its ready for work.
At this point you are done with installing Docker Tool Box.
Now follow the steps to pull Tensorflow Image on Docker. Google has released two versions for Docker. One is light weight and Another is Full version. The process is same only the docker location is different.
As part of my free online course, https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info - I have provided a step-by-step install here: https://github.com/pkmital/CADL - hope this helps!