Chapter 1. Getting Started
TensorFlow is a new machine learning and graph computation library recently released by Google. Its Python interface ensures the elegant design of common models, while its compiled backend ensures speed.
Let's take a glimpse at the techniques you'll learn and the models you'll build as you apply TensorFlow.
Installing TensorFlow
In this section, you will learn what TensorFlow is, how to install it, and how to build simple models and do simple computations. Further, you will learn how to build a logistic regression model for classification, and introduce a machine learning problem to help us learn TensorFlow.
We're going to learn what kind of library TensorFlow is and install it on our own Linux machine, or a free instance ...
Get Hands-On Deep Learning with TensorFlow 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.