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.
We'll cover the following...
We'll cover the following...
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.