October 2018
Beginner
362 pages
9h 32m
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: "The tf.add function adds a layer to our network."
A block of code is set as follows:
import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_datamnist = input_data.read_data_sets("/tmp/data/", one_hot=True)
Any command-line input or output is written as follows:
tf.train.AdamOptimizer(learning_rate=learning_rate).minimize(loss_func)
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear ...
Read now
Unlock full access