- Machine Learning with Swift
- Alexander Sosnovshchenko
- 154字
- 2021-06-24 18:54:51
Data preprocessing
The useful information in the data is usually referred to as a signal. On the other hand, the pieces of data that represent errors of different kinds and irrelevant data are known as noise. Errors can occur in the data during measurements, information transmission, or due to human errors. The goal of data cleansing procedures is to increase the signal/noise ratio. During this stage, you will usually transform all data to one format, delete entries with missed values, and check suspicious outliers (they can be both noise and signal). It is widely believed among ML engineers, that the data preprocessing stage usually consumes 90% of the time allocated for the ML project. Then, algorithm tweaking consumes another 90% of time. This statement is a joke only partially (about 10% of it). In Chapter 13, Best Practices, we are going to discuss common problems with the data and how to fix them.
- 24小時學會電腦組裝與維護
- Raspberry Pi 3 Cookbook for Python Programmers
- FPGA從入門到精通(實戰篇)
- Android NDK Game Development Cookbook
- micro:bit魔法修煉之Mpython初體驗
- 電腦軟硬件維修從入門到精通
- Apple Motion 5 Cookbook
- Neural Network Programming with Java(Second Edition)
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- USB應用開發寶典
- 筆記本電腦的結構、原理與維修
- 筆記本電腦現場維修實錄
- 計算機組裝與維護立體化教程(微課版)
- DevOps實戰:VMware管理員運維方法、工具及最佳實踐
- 嵌入式系統原理:基于Arm Cortex-M微控制器體系