February 2020
Intermediate to advanced
328 pages
8h 19m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In step 1, we imported the fashion MNIST data using the dataset_fashion_mnist() function and checked the dimensions of its training and testing partitions."
A block of code is set as follows:
fashion <- dataset_fashion_mnist()x_train <- fashion$train$xy_train <- fashion$train$yx_test <- fashion$test$xy_test <- fashion$test$y
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here ...
Read now
Unlock full access