- Feature Engineering Made Easy
- Sinan Ozdemir Divya Susarla
- 226字
- 2021-06-25 22:45:48
What this book covers
Chapter 1, Introduction to Feature Engineering, is an introduction to the basic terminology of feature engineering and a quick look at the types of problems we will be solving throughout this book.
Chapter 2, Feature Understanding – What's in My Dataset?, looks at the types of data we will encounter in the wild and how to deal with each one separately or together.
Chapter 3, Feature Improvement - Cleaning Datasets, explains various ways to fill in missing data and how different techniques lead to different structural changes in data that may lead to poorer machine learning performance.
Chapter 4, Feature Construction, is a look at how we can create new features based on what was already given to us in an effort to inflate the structure of data.
Chapter 5, Feature Selection, shows quantitative measures to decide which features are worthy of being kept in our data pipeline.
Chapter 6, Feature Transformations, uses advanced linear algebra and mathematical techniques to impose a rigid structure on data for the purpose of enhancing performance of our pipelines.
Chapter 7, Feature Learning, covers the use of state-of-the-art machine learning and artificial intelligence learning algorithms to discover latent features of our data that few humans could fathom.
Chapter 8, Case Studies, is an array of case studies shown in order to solidify the ideas of feature engineering.
- 數據要素安全流通
- 數據庫系統原理及應用教程(第4版)
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Python醫學數據分析入門
- 數據架構與商業智能
- WS-BPEL 2.0 Beginner's Guide
- Spark大數據編程實用教程
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- 金融商業算法建模:基于Python和SAS
- 高維數據分析預處理技術
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- 貫通SQL Server 2008數據庫系統開發
- PostgreSQL高可用實戰
- Oracle 內核技術揭密
- Practical Convolutional Neural Networks