- Scala for Machine Learning(Second Edition)
- Patrick R. Nicolas
- 130字
- 2021-07-08 10:43:08
Alternative preprocessing techniques
For the sake of space and your time, this chapter introduced and applied three filtering and smoothing classes of algorithms. Moving averages, Fourier series, and Kalman filter are far from being the only techniques used in cleaning raw data. The alternative techniques can be classified into the following categories:
- Autoregressive models that encompass Auto-Regressive Moving Average (ARMA), Auto-Regressive Integrated Moving Average (ARIMA), generalized autoregressive conditional heteroscedasticity (GARCH), and Box-Jenkins rely on some form of autocorrelation function
- Curve-fitting algorithms that include the polynomial and geometric fit with ordinary least squares method, non-linear least squares using the Levenberg-Marquardt optimizer and probability distribution fitting
- Non-linear dynamic systems with Gaussian noise such as particle filter
- Hidden Markov models as described in Hidden Markov models section of Chapter 7, Sequential data models
推薦閱讀
- The Complete Rust Programming Reference Guide
- UI設計基礎培訓教程
- 數據庫程序員面試筆試真題與解析
- JavaScript修煉之道
- Java:Data Science Made Easy
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 小程序開發原理與實戰
- C語言開發基礎教程(Dev-C++)(第2版)
- HTML+CSS+JavaScript編程入門指南(全2冊)
- OpenMP核心技術指南
- RubyMotion iOS Develoment Essentials
- scikit-learn Cookbook(Second Edition)
- Docker:容器與容器云(第2版)
- 實戰Python網絡爬蟲
- 深入淺出 HTTPS:從原理到實戰