- Hands-On Machine Learning with JavaScript
- Burak Kanber
- 184字
- 2021-06-25 21:38:16
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: "Use the command line, your favorite IDE, or your file browser to create a directory somewhere on your machine called MLinJSBook, with a subdirectory called Ch1-Ex1."
A block of code is set as follows:
var items = [1, 2, 3 ];
for (var index in items) {
var item = items[index];
…
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
['landscape.jpeg', 'lily.jpeg', 'waterlilies.jpeg'].forEach(filename => {
console.log("Decolorizing " + filename + '...');
decolorize('./files/' + filename)
.then(() => console.log(filename + " decolorized"));
});
Any command-line input or output is written as follows:
$ node --version
V9.4.0
Bold: Indicates a new term, an important word, or words that you see onscreen.
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Ansible Configuration Management
- Introduction to DevOps with Kubernetes
- 機器學習及應用(在線實驗+在線自測)
- 教父母學會上網
- Windows內核原理與實現
- 統計學習理論與方法:R語言版
- PVCBOT機器人控制技術入門
- 基于企業(yè)網站的顧客感知服務質量評價理論模型與實證研究
- Visual FoxPro程序設計
- TensorFlow Deep Learning Projects
- AVR單片機工程師是怎樣煉成的
- Unreal Development Kit Game Design Cookbook
- Data Analysis with R(Second Edition)
- 數字多媒體技術與應用實例
- 智能控制技術及其應用