- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 115字
- 2021-07-02 18:53:29
Feature Selection and Feature Engineering
Feature engineering is the first step in a machine learning pipeline and involves all the techniques adopted to clean existing datasets, increase their signal-noise ratio, and reduce their dimensionality. Most algorithms have strong assumptions about the input data, and their performances can be negatively affected when raw datasets are used. Moreover, the data is seldom isotropic; there are often features that determine the general behavior of a sample, while others that are correlated don't provide any additional pieces of information. So, it's important to have a clear view of a dataset and know the most common algorithms used to reduce the number of features or select only the best ones.
推薦閱讀
- Learning Java Functional Programming
- Web前端開發(fā)技術:HTML、CSS、JavaScript(第3版)
- C語言程序設計基礎與實驗指導
- Hadoop+Spark大數(shù)據(jù)分析實戰(zhàn)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- C語言程序設計
- Node.js從入門到精通
- Python預測之美:數(shù)據(jù)分析與算法實戰(zhàn)(雙色)
- Java Web開發(fā)教程:基于Struts2+Hibernate+Spring
- Raspberry Pi Blueprints
- C語言程序設計
- Python繪圖指南:分形與數(shù)據(jù)可視化(全彩)
- Learning Redis
- Hands-On Artificial Intelligence with Unreal Engine
- Selenium自動化測試實戰(zhàn):基于Python