- Mastering Machine Learning on AWS
- Dr. Saket S.R. Mengle Maximo Gurmendez
- 197字
- 2021-06-24 14:23:13
Classification algorithms
One of the popular subsets of ML algorithms is classification algorithms. They are also referred to as supervised learning algorithms. For this approach, we assume that we have a rich dataset of features and events associated with those features. The task of the algorithm is to predict an event given a set of features. The event is referred to as a class variable. For example, consider the following dataset of features related to weather and whether it snowed on a particular day:
Table 1: Sample dataset

In the dataset, a weather station has information about the temperature, the sky condition, and the wind speed for the day. They also have records of when they received snowfall. The classification problem they are working on is to predict snowfall based on features such as temperature, sky condition, and wind speed.
Let's discuss some terminology that is used in ML datasets. In the example, if the classification problem is to predict snowfall, then the snowfall feature is referred to as a class or target variable. Non-class values are referred to as attribute or feature variables. Each row in this dataset is referred to as an observation.
- 筆記本電腦使用、維護(hù)與故障排除實(shí)戰(zhàn)
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應(yīng)用
- Applied Unsupervised Learning with R
- Effective STL中文版:50條有效使用STL的經(jīng)驗(yàn)(雙色)
- 施耐德SoMachine控制器應(yīng)用及編程指南
- INSTANT ForgedUI Starter
- Apple Motion 5 Cookbook
- 筆記本電腦使用、維護(hù)與故障排除從入門到精通(第5版)
- Arduino BLINK Blueprints
- LPC1100系列處理器原理及應(yīng)用
- Mastering Quantum Computing with IBM QX
- Angular 6 by Example
- 微服務(wù)實(shí)戰(zhàn)(Dubbox +Spring Boot+Docker)
- Deep Learning with Keras
- 計(jì)算機(jī)組裝與維護(hù)