TensorFlow is a free and open-source platform for machine learning built by Google. It is used by a number of organizations including Twitter, PayPal, Intel, Lenovo, and Airbus.

TensorFlow can be installed system-wide, in a Python virtual environment, as a Docker container or with Anaconda. For learning purposes, it is best to install TensorFlow in a Python virtual environment. This way you can have multiple different isolated Python environments on a single computer and install a specific version of a module on a per project basis without worrying that it will affect your other Projects.

This tutorial will guide you through the process of installing TensorFlow on Debian 9

#debian 9 #tensorflow

How to Install TensorFlow on Debian 9
1.90 GEEK