December 2018
Beginner to intermediate
684 pages
21h 9m
English
A prominent example is Ian Goodfellow's identification of house numbers from Google's Street View dataset. It is required to identify the following:
The svhn_preprocessing notebook contains code to produce a simplified, cropped dataset that uses bounding box information to create regularly shaped 32 x 32 images containing the digits; the original images are of arbitrary shape.
The svhn_object_detection notebook illustrates how to build a deep CNN using Keras' functional API to generate multiple outputs: one to predict how many digits are present, and five for the value ...