- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 165字
- 2021-06-10 19:38:45
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: "Finally, we save all the reviews into a pickle file."
A block of code is set as follows:
stories = list()
for i, text in enumerate(clean_texts):
stories.append({'story': text, 'highlights': clean_summaries[i]})
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
from keras.datasets import cifar10
Any command-line input or output is written as follows:
sudo apt-get install graphviz
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. Here is an example: "Choose the appropriate instance type: g3.4xlarge."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Java編程全能詞典
- Hadoop 2.x Administration Cookbook
- Dreamweaver CS3網(wǎng)頁(yè)設(shè)計(jì)與網(wǎng)站建設(shè)詳解
- 快學(xué)Flash動(dòng)畫(huà)百例
- JMAG電機(jī)電磁仿真分析與實(shí)例解析
- Nginx高性能Web服務(wù)器詳解
- 云原生架構(gòu)進(jìn)階實(shí)戰(zhàn)
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·增材制造
- Excel 2010函數(shù)與公式速查手冊(cè)
- 人工智能技術(shù)入門(mén)
- 重估:人工智能與賦能社會(huì)
- Eclipse RCP應(yīng)用系統(tǒng)開(kāi)發(fā)方法與實(shí)戰(zhàn)
- Practical Network Automation
- ARM體系結(jié)構(gòu)與編程
- Oracle Blockchain Quick Start Guide