February 2019
Beginner to intermediate
308 pages
7h 42m
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: "We apply the detect_faces function that we defined earlier on these images."
A block of code is set as follows:
def detect_faces(img, draw_box=True): # convert image to grayscale grayscale_img = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
Any command-line input or output is written as follows:
$ cd Neural-Network-Projects-with-Python
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. ...
Read now
Unlock full access