
If you need it, there is additional guidance for setup on Anaconda’s site.
Download and install the Miniconda Windows installer on your machine. However, the tensorflow-directml package works in a Python 3.5, 3.6 or 3.7 environment. After that, type pip install tensorflow as shown below. In the commands below, we use Python 3.6.
Select copy address as text as shown below. If pip is not installed, open IDLE as shown below. If there are no errors, then it means Tensorflow has been succesfully installed on your Windows computer. To confirm that Tensorflow has been installed on your Windows computer, go to idle and type import tensorflow as tf in the shell as shown below. It might take about 1-3 minutes depending upon your Internet speed. Doing this will install Tensorflow on your Windows computer. If pip is already installed and added to path, go to command line, type pip install tensorflow as shown below. If Python is installed, open IDLE as shown below. Developed by the Google Brain team, it is being used for both research and production at Google. Tensorflow can be installed either through CPU installation or GPU installation.īelow are the instructions to be followed for installing Tensorflow CPU on a Windows computer: It is a symbolic math library, and is also used for machine learning applications such as neural networks. #TENSORFLOW INSTALL ANACONDA WINDOWS SOFTWARE#
How can you install Tensorflow on your Windows computer? This blog shall tell you how.īut before we look at the steps, a quick look at what is Tensorflow. TensorFlow is basically a free and open-source software library for dataflow and differentiable programming across a variety of tasks.