- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 136字
- 2021-07-02 22:57:15
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: "The target_names key gives the newsgroups names."
Any command-line input or output is written as follows:
ls -1 enron1/ham/*.txt | wc -l
3672
ls -1 enron1/spam/*.txt | wc -l
1500
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Heterogeneity Activity Recognition Data Set."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- VMware View Security Essentials
- Java EE 6 企業級應用開發教程
- 架構不再難(全5冊)
- Vue.js 2 and Bootstrap 4 Web Development
- Hands-On JavaScript High Performance
- Java 11 Cookbook
- iOS應用逆向工程(第2版)
- Python Data Analysis Cookbook
- BIM概論及Revit精講
- PySide 6/PyQt 6快速開發與實戰
- Scratch3.0趣味編程動手玩:比賽訓練營
- Mastering Web Application Development with AngularJS
- Android傳感器開發與智能設備案例實戰
- Scala編程(第5版)
- Android Game Programming by Example