October 2018
Intermediate to advanced
134 pages
2h 39m
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 will then rename that file autism_detection."
A block of code is set as follows:
import sysimport pandas as pdimport sklearnimport kerasprint 'Python: {}'.format(sys.version)print 'Pandas: {}'.format(pd.__version__)print 'Sklearn: {}'.format(sklearn.__version__)print 'Keras: {}'.format(keras.__version__)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]exten => s,1,Dial(Zap/1|30)exten => s,2,Voicemail(u100) ...
Read now
Unlock full access