Errata

Deep Learning Cookbook

Errata for Deep Learning Cookbook

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 91
First code fragment

The file data/emojis.cvs used in the code fragment does not exist - it is missing from GitHub repository.

Anonymous  Dec 17, 2018 
Mobi Page 1046
block code for generating model in chapter 3

when i try this line to generate the model:
model = gensim.models.KeyedVectors.load_word2vec_format(unzipped, binary=True)

I get this error:
ValueError: not enough values to unpack (expected 2, got 0)

I verified that unzipped='generated\\GoogleNews-vectors-negative300.bin' so I'm not sure what the problem could be

Richard Garth  Nov 15, 2018 
Mobi Page 1046
block code for generating model in chapter 3

never mind the earlier report I sent. i just manually unzipped the gz file. i didn't have zcat installed

Richard Garth  Nov 16, 2018