- Machine Learning for Developers
- Rodolfo Bonnin
- 160字
- 2021-07-02 15:46:52
Feature engineering
Feature engineering is in some ways one of the most underrated parts of the machine learning process, even though it is considered the cornerstone of the learning process by many prominent figures of the community.
What's the purpose of this process? In short, it takes the raw data from databases, sensors, archives, and so on, and transforms it in a way that makes it easy for the model to generalize. This discipline takes criteria from many sources, including common sense. It's indeed more like an art than a rigid science. It is a manual process, even when some parts of it can be automatized via a group of techniques grouped in the feature extraction field.
As part of this process we also have many powerful mathematical tools and dimensionality reduction techniques, such as Principal Component Analysis (PCA) and Autoencoders, that allow data scientists to skip features that don't enrich the representation of the data in useful ways.
- Spring 5.0 Microservices(Second Edition)
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 技術領導力:程序員如何才能帶團隊
- Git高手之路
- Learning Neo4j 3.x(Second Edition)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 單片機應用與調試項目教程(C語言版)
- AppInventor實踐教程:Android智能應用開發前傳
- RSpec Essentials
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Angular Design Patterns
- DevOps 精要:業務視角
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- 詩意的邊緣
- 大話C語言