December 2019
Intermediate to advanced
456 pages
11h 33m
English
As we discussed, TensorFlow is an open source library mainly designed for fast numerical computing. This library mainly works with Python and was released by Google. TensorFlow can be used as a foundation library to create deep learning models. We can use TensorFlow both for research and development and in production systems. The good thing about TensorFlow is it can run on a single CPU all the way up to a large-scale distributed system of hundreds of machines. It also works well on GPUs and mobile devices.
Let's now learn to install TensorFlow on Ubuntu 18.04 LTS.
Read now
Unlock full access