April 2017
Intermediate to advanced
406 pages
10h 15m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: The code above for drawing should be immediately clear, we just notice that the line importing cm.
A block of code is set as follows:
(X_train, Y_train), (X_test, Y_test) = cifar10.load_data() X_train = X_train.reshape(50000, 3072) X_test = X_test.reshape(10000, 3072) input_size = 3072
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in ...