April 2017
Intermediate to advanced
318 pages
7h 40m
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: "In addition, we load the true labels into Y_train and Y_test respectively and perform a one-hot encoding on them."
A block of code is set as follows:
from keras.models import Sequentialmodel = Sequential()model.add(Dense(12, input_dim=8, kernel_initializer='random_uniform'))
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in ...
Read now
Unlock full access