- Applied Deep Learning with Python
- Alex Galea Luis Capelo
- 182字
- 2021-08-13 15:53:03
Conventions used
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 can see the NotebookApp being run on a local server."
A block of code is set as follows:
fig, ax = plt.subplots(1, 2)
sns.regplot('RM', 'MEDV', df, ax=ax[0],
scatter_kws={'alpha': 0.4}))
sns.regplot('LSTAT', 'MEDV', df, ax=ax[1],
scatter_kws={'alpha': 0.4}))
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
cat chapter-1/requirements.txt
matplotlib==2.0.2
numpy==1.13.1
pandas==0.20.3
requests==2.18.4
Any command-line input or output is written as follows:
pip install version_information
pip install ipython-sql
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 is an example: "Notice how the white dress price was used to pad the missing values."
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- 密碼學原理與Java實現(xiàn)
- WebAssembly實戰(zhàn)
- Visual Basic學習手冊
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- 程序設(shè)計基礎(chǔ)教程:C語言
- Learning Unity 2D Game Development by Example
- 大數(shù)據(jù)分析與應(yīng)用實戰(zhàn):統(tǒng)計機器學習之數(shù)據(jù)導(dǎo)向編程
- Scala for Machine Learning(Second Edition)
- Clojure for Machine Learning
- uni-app跨平臺開發(fā)與應(yīng)用從入門到實踐
- IBM RUP參考與認證指南
- Python計算機視覺與深度學習實戰(zhàn)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Hadoop Blueprints