Errata

Practical Machine Learning for Computer Vision

Errata for Practical Machine Learning for Computer Vision

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
Printed, PDF, ePub, Mobi, , Other Digital Version Page 14
3 line of code, function called show_image

def show_image(filename):
img = read_and_decode(filename, [IMG_HEIGHT, IMG_WIDTH])
plt.imshow(img.numpy());

The final ";" it's not necessary and it's not recommend to use it by Python style guide.

Juan Luis González RodrĂ­guez  Aug 02, 2023 
PDF Page 76
Figure 3.16

After the second maxpool layer in Figure 3.16 there is a "+relu" which should not be there.

Lorenzo Bazzanini  Jan 06, 2023 
Printed Page 120
Figure 3-44

The figure 3-44 shows relu as an activation function in the i-res-bttl block. The description on p. 123 says: "The activation function (..) is SiLU".

Tomasz Skrzypczyk  Aug 21, 2022