Errata

Fundamentals of Deep Learning

Errata for Fundamentals of Deep Learning

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
PDF Page Page 9
3rd paragraph

The following from The second line of the third paragraph
"For example, imagine if in our lizard dataset from Figure 1-2"
SHOULD be:
For example, imagine if in our lizard dataset from Figure 1-1

ZHANG Hongyuan  Jun 01, 2023 
Printed Page 1-2
Last paragraph under 'Data Structures and Operations"

On page 1, it's written "where you have offers from Company X and Company Y as two rows, and the columns represent some characteristics of each offers, such as starting salary, bonus, or position, as shown in Table 1-1"

Where as in the Table 1-1. Excel Spreadsheet, company X and Company Y represents columns and characteristics of each offers are represents rows, both are exactly opposite of what is written about the Table 1-1 by the author.

Minhaz Uddin  Aug 21, 2022 
PDF Page 39
The 5th-6th lines of the last paragraph

"problems that our brains can already solve in a manner of microseconds"
SHOULD be:
problems that our brains can already solve in a matter of microseconds

ZHANG Hongyuan  Jun 01, 2023 
PDF Page 59
The 2nd last line

In the derivation of the delta rule, yi in the 2nd last line should be y(i) where (i) is a superscript.

ZHANG Hongyuan  Jun 04, 2023 
PDF Page 99
Code below 3rd paragraph

The following code below the 3rd paragraph

model = Net(IN_DIM, FEATURE_DIM, OUT_DIM)

SHOULD be as follows:

model = BaseClassifier(IN_DIM, FEATURE_DIM, OUT_DIM)

ZHANG Hongyuan  Jun 07, 2023