- 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.
推薦閱讀
- 軟件界面交互設計基礎
- C# 從入門到項目實踐(超值版)
- 認識編程:以Python語言講透編程的本質
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Java程序設計:原理與范例
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Python項目實戰從入門到精通
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Essential C++(中文版)
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Learning Unreal Engine Game Development
- Python 3快速入門與實戰
- Java Web動態網站開發(第2版·微課版)
- Python計算機視覺與深度學習實戰
- Spring Boot 2+Thymeleaf企業應用實戰