Installation of TensorFlow through condaIn our previous tutorial of TensorFlow, we learn how to install TensorFlow through pip. In this tutorial, we understand that how to install TensorFlow through Conda. Here, we need anaconda Navigator to set-up the platform. These are the following steps which are given below: Firstly, we have to open the official site of Anaconda and download Anaconda from the below link: https://www.anaconda.com/distribution/ After that, we have to download Anaconda from below highlighted Python 2.7 version. It will successfully be downloaded in our system. After that, we have to install Anaconda in our system. Click on "Next." Click on "I Agree." Again click on "Next." Click on "Next" again. Click on "Install." Click on "Next." Click on "Next." Click on "Next." After clicking on "finish." It will successfully installed in our system. After that, we have to run the given command to set-up the TensorFlow and libraries. Here, we are downloading and installing the essential things which are used in TensorFlow to work. After that, we have to check that TensorFlow is working or not in our system. So, according to the above screenshot, TensorFlow is successfully working in our system. Next TopicArchitecture of TensorFlow |