November 2017
Intermediate to advanced
274 pages
6h 16m
English
A CNN is composed of convolution layers (defined by tf.nn.conv2d), a non-linearity layer (tf.nn.relu), a max pool (tf.nn.max_pool), and fully connected layers (tf.matmul). The following image shows typical CNN layers and their corresponding implementations in TensorFlow:

Read now
Unlock full access