- Deep Learning with R for Beginners
- Mark Hodnett Joshua F. Wiley Yuxi (Hayden) Liu Pablo Maldonado
- 155字
- 2021-06-24 14:30:35
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: "The input() method is used to get an input from the user."
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)
+ )
+ }
Any command-line input or output is written as follows:
$ tensorboard --logdir /tensorflow_logs
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: "If you need something different, click on the DOWNLOADS link in the header for all possible downloads: "
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 數據庫基礎與應用:Access 2010
- Visual Studio 2015 Cookbook(Second Edition)
- 圖解機器學習算法
- 大數據:從概念到運營
- 軟件成本度量國家標準實施指南:理論、方法與實踐
- Construct 2 Game Development by Example
- 區域云計算和大數據產業發展:浙江樣板
- Doris實時數倉實戰
- 數據應用工程:方法論與實踐
- Swift Functional Programming(Second Edition)
- 推薦系統全鏈路設計:原理解讀與業務實踐
- C# 7 and .NET Core 2.0 High Performance
- 從零進階!數據分析的統計基礎(第2版)
- Configuration Management with Chef-Solo
- Foxtable數據庫應用開發寶典