- 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
推薦閱讀
- DevOps:軟件架構(gòu)師行動指南
- Java Web開發(fā)學(xué)習(xí)手冊
- 程序員面試白皮書
- 國際大學(xué)生程序設(shè)計(jì)競賽中山大學(xué)內(nèi)部選拔真題解(二)
- Beginning C++ Game Programming
- 跟“龍哥”學(xué)C語言編程
- Instant Zepto.js
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Nginx Lua開發(fā)實(shí)戰(zhàn)
- Building Wireless Sensor Networks Using Arduino
- 編程可以很簡單
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- Learning iOS Security
- Kotlin Programming By Example
- Go語言從入門到精通