Search⌘ K
AI Features

TensorFlow

Explore how TensorFlow works as an end-to-end platform for machine learning and neural networks. Understand its data flow graph system, GPU support, version updates, and see example Python code to get familiar with essential operations in TensorFlow.

What is TensorFlow?

Tensorflow is an end-to-end machine learning platform for creating and deploying industry-standard machine learning models. It was created by the Google Brain team. TensorFlow can train and run neural networks of different types. It supports a large number of architectures, which makes creating robust models.

TensorFlow is a popular library, comparable to PyTorch, CNTK (by Microsoft), and Apache MXNet.

How does it work?

TensorFlow allow users to create data flow graphs, which describe how the data moves with nodes in the graph. ...