- R Deep Learning Projects
- Yuxi (Hayden) Liu Pablo Maldonado
- 160字
- 2021-06-24 19:26:50
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: "Similarly, for the second sample, (a "0"), we run:"
A block of code is set as follows:
> for (i in 1:16) {
+ outputData <- as.array
(executor$ref.outputs$activation15_output)[,,i,1]
+ image(outputData, xaxt='n', yaxt='n',
col=grey.colors(255)
+ )
+ }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
library(R6)
logit <- function(x){
1/(1+exp(-x))
}
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: "Once logged in, click on Create New App."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 現(xiàn)代測(cè)控電子技術(shù)
- Oracle SOA Governance 11g Implementation
- Visualforce Development Cookbook(Second Edition)
- Learning Microsoft Azure Storage
- 網(wǎng)上沖浪
- 反饋系統(tǒng):多學(xué)科視角(原書第2版)
- 大數(shù)據(jù)改變世界
- 最后一個(gè)人類
- 最簡(jiǎn)數(shù)據(jù)挖掘
- 智能工業(yè)報(bào)警系統(tǒng)
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫技術(shù)
- Data Wrangling with Python
- 現(xiàn)代機(jī)械運(yùn)動(dòng)控制技術(shù)
- 數(shù)據(jù)庫系統(tǒng)原理及應(yīng)用教程(第5版)
- 計(jì)算機(jī)網(wǎng)絡(luò)原理與技術(shù)