- Machine Learning with Swift
- Alexander Sosnovshchenko
- 176字
- 2021-06-24 18:54:50
Features
When we are talking about features in the context of ML , what we mean is some characteristic property of the object or phenomenon we are investigating.
Other names for the same concept you'll see in some publications are explanatory variable, independent variable, and predictor.
Features are used to distinguish objects from each other and to measure the similarity between them.
For instance:
- If the objects of our interest are books, features could be a title, page count, author's name, a year of publication, genre, and so on
- If the objects of interest are images, features could be intensities of each pixel
- If the objects are blog posts, features could be language, length, or presence of some terms
It's useful to imagine your data as a spreadsheet table. In this case, each sample (data point) would be a row, and each feature would be a column. For example, Table 1.1 shows a tiny dataset of books consisting of four samples where each has eight features.
Table 1.1: an example of a ML dataset (dummy books):

推薦閱讀
- Augmented Reality with Kinect
- 電腦軟硬件維修大全(實例精華版)
- SDL Game Development
- The Applied AI and Natural Language Processing Workshop
- 筆記本電腦維修不是事兒(第2版)
- Hands-On Machine Learning with C#
- 分布式微服務架構:原理與實戰
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- CC2530單片機技術與應用
- 單片機項目設計教程
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- Service Mesh微服務架構設計
- 施耐德M241/251可編程序控制器應用技術
- 電腦軟硬件維修寶典
- 微型計算機原理及應用教程(第2版)