- 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.
- UNIX編程藝術(shù)
- PHP 從入門到項(xiàng)目實(shí)踐(超值版)
- Visual Basic程序設(shè)計(jì)(第3版):學(xué)習(xí)指導(dǎo)與練習(xí)
- Python計(jì)算機(jī)視覺(jué)編程
- Python金融數(shù)據(jù)分析
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- 一本書(shū)講透Java線程:原理與實(shí)踐
- OpenCV 3 Blueprints
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- WCF技術(shù)剖析(卷1)
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- 詩(shī)意的邊緣
- Mastering Machine Learning with scikit-learn
- Thymeleaf 3完全手冊(cè)
- PHP程序設(shè)計(jì)高級(jí)教程