Getting started with TensorFlow

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 to a large-scale distributed system of hundreds of machines. It also works well on GPUs and mobile devices.

You can check out the Tensorflow library at the following link:

https://www.tensorflow.org/

Installing TensorFlow on Ubuntu 16.04 LTS

Installing TensorFlow is not a tedious task if you have a fast Internet connection. ...

Get ROS Robotics Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.