- 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.
- Mastercam 2017數控加工自動編程經典實例(第4版)
- VMware Performance and Capacity Management(Second Edition)
- Mastering Machine Learning Algorithms
- VB語言程序設計
- Photoshop CS3圖像處理融會貫通
- 計算機網絡安全
- 數據庫系統原理及應用教程(第5版)
- 人工智能實踐錄
- RedHat Linux用戶基礎
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 嵌入式Linux系統實用開發
- 未來學徒:讀懂人工智能飛馳時代
- 人工智能:智能人機交互
- Embedded Linux Development using Yocto Projects(Second Edition)
- 分布式Java應用