- Scala for Machine Learning(Second Edition)
- Patrick R. Nicolas
- 120字
- 2021-07-08 10:43:08
Summary
This completes the overview of the most commonly used data filtering or smoothing techniques. There are other types of data preprocessing algorithms such as normalization, analysis and reduction of variance, and identification of missing values that are also essential to avoid the garbage-in garbage-out conundrum that plagues so many projects that use machine learning for regression or classification.
Scala can be effectively used to make the code understandable and avoid cluttering methods with unnecessary arguments.
The three techniques presented in this chapter, from the simplest moving averages and Fourier transform to the more elaborate Kalman filter, go a long way in setting up data for the next step introduced in the next chapter: unsupervised learning and, more specifically, clustering.
- Python編程自學手冊
- Mastering NetBeans
- UML和模式應用(原書第3版)
- 深入理解Bootstrap
- Learning Real-time Processing with Spark Streaming
- R語言編程指南
- 老“碼”識途
- Building Serverless Architectures
- Raspberry Pi Robotic Blueprints
- QPanda量子計算編程
- Arduino Wearable Projects
- Python Deep Learning
- Drupal 8 Development Cookbook(Second Edition)
- Thymeleaf 3完全手冊
- C語言開發(fā)寶典