Errata

Getting started with TensorFlow

Errata for Getting started with TensorFlow

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date Submitted
6
2nd paragraph

Chapter titled "Linear Regression with TensorFlow"

...definition of theta corresponds to the Normal Equation ( theta With caret = XT · X)–1 · XT · y).

should be:

...definition of theta corresponds to the Normal Equation ( theta With caret = (XT · X)–1 · XT · y).

Ralph Fernandes  Apr 28, 2019 
5
2nd paragraph

In the chapter titled "Lifecycle of a Node Value":

"TensorFlow automatically detects that y depends on w, which depends on x, so it first evaluates w, then x..."

should be:

"TensorFlow automatically detects that y depends on x, which depends on w, so it first evaluates w, then x..."

Ralph Fernandes  Apr 28, 2019