- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 107字
- 2021-07-02 18:53:22
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We have created a configuration through the SparkConf class."
Any command-line input or output is written as follows:
>>> nn = NearestNeighbors(n_neighbors=10, radius=5.0, metric='hamming')
>>> nn.fit(items)
New terms and important words are shown in bold.
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- Vue 3移動Web開發(fā)與性能調優(yōu)實戰(zhàn)
- Python概率統(tǒng)計
- 從零開始:數(shù)字圖像處理的編程基礎與應用
- Visual C++實例精通
- Visual C++數(shù)字圖像模式識別技術詳解
- 算法基礎:打開程序設計之門
- 深度強化學習算法與實踐:基于PyTorch的實現(xiàn)
- C語言實驗指導及習題解析
- RSpec Essentials
- Learning Concurrency in Kotlin
- Kubernetes源碼剖析
- 軟件測試綜合技術
- Magento 2 Beginners Guide
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- 程序員的成長課