TensorFlow is an open-source platform for machine learning built by Google. It can runs on CPU or GPU on different devices, and 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.

This tutorial explains how to install TensorFlow on CentOS 8.

TensorFlow supports both Python 2 and 3. We will be using Python 3 and install TensorFlow inside a virtual environment. A virtual environment allows you to 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

#centos 8 #tensorflow

How to Install TensorFlow on CentOS 8
10.15 GEEK