- Hands-On Neural Networks
- Leonardo De Marchi Laura Mitchell
- 131字
- 2021-06-24 14:00:07
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: "As the activation function, we chose to use tanh."
A block of code is set as follows:
def step_function(self, z):
if z >= 0:
return 1
else:
return 0
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)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
wget -O moviedataset.zip
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 網(wǎng)絡(luò)服務(wù)器架設(shè)(Windows Server+Linux Server)
- Visual FoxPro 6.0數(shù)據(jù)庫(kù)與程序設(shè)計(jì)
- Learning Apache Spark 2
- 物聯(lián)網(wǎng)與云計(jì)算
- Expert AWS Development
- PHP開發(fā)手冊(cè)
- 精通數(shù)據(jù)科學(xué)算法
- Learn CloudFormation
- Blender 3D Printing by Example
- 內(nèi)模控制及其應(yīng)用
- Hadoop應(yīng)用開發(fā)基礎(chǔ)
- Godot Engine Game Development Projects
- 人工智能:智能人機(jī)交互
- SolarWinds Server & Application Monitor:Deployment and Administration
- 微計(jì)算機(jī)原理及應(yīng)用