- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 268字
- 2021-07-02 18:53:32
Summary
Feature selection is the first (and sometimes the most important) step in a machine learning pipeline. Not all the features are useful for our purposes and some of them are expressed using different notations, so it's often necessary to preprocess our dataset before any further operations.
We saw how to split the data into training and test sets using a random shuffle and how to manage missing elements. Another very important section covered the techniques used to manage categorical data or labels, which are very common when a certain feature assumes only a discrete set of values.
Then we analyzed the problem of dimensionality. Some datasets contain many features which are correlated with each other, so they don't provide any new information but increase the computational complexity and reduce the overall performances. Principal component analysis is a method to select only a subset of features which contain the largest amount of total variance. This approach, together with its variants, allows to decorrelate the features and reduce the dimensionality without a drastic loss in terms of accuracy. Dictionary learning is another technique used to extract a limited number of building blocks from a dataset, together with the information needed to rebuild each sample. This approach is particularly useful when the dataset is made up of different versions of similar elements (such as images, letters, or digits).
In the next chapter, we're going to discuss linear regression, which is the most diffused and simplest supervised approach to predict continuous values. We'll also analyze how to overcome some limitations and how to solve non-linear problems using the same algorithms.
- Advanced Machine Learning with Python
- AngularJS Testing Cookbook
- Spring 5.0 By Example
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Android Development with Kotlin
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 正則表達式經典實例(第2版)
- 基于Swift語言的iOS App 商業實戰教程
- Integrating Facebook iOS SDK with Your Application
- 學習OpenCV 4:基于Python的算法實戰
- Java面向對象程序設計
- Scala Data Analysis Cookbook
- Visual C#.NET Web應用程序設計
- Python Web自動化測試設計與實現
- UI設計基礎培訓教程(全彩版)