Skip to content

Commit c345428

Browse files
authored
Update README.md
1 parent 2c41c6c commit c345428

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,13 @@ Understanding SVM Regression: [slides](https://cs.adelaide.edu.au/~chhshen/teach
283283
#### Multi-label classification
284284
[scikit-multilearn](https://github.com/scikit-multilearn/scikit-multilearn) - Multi-label classification, [talk](https://www.youtube.com/watch?v=m-tAASQA7XQ&t=18m57s).
285285

286+
#### Signal Processing and Filtering
287+
[Kalman Filter book](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python) - Focuses on intuition using Jupyter Notebooks. Includes Baysian and various Kalman filters.
288+
[Interactive Tool](https://fiiir.com/) for FIR and IIR filters, [Examples](https://plot.ly/python/fft-filters/).
289+
[The Scientist & Engineer's Guide to Digital Signal Processing (1999)](https://www.analog.com/en/education/education-library/scientist_engineers_guide.html).
290+
[filterpy](https://github.com/rlabbe/filterpy) - Python Kalman filtering and optimal estimation library.
291+
286292
#### Time Series
287-
[Signal Processing Book](https://www.analog.com/en/education/education-library/scientist_engineers_guide.html)
288-
Filter Design: [Article](https://tomroelandts.com/articles/how-to-create-a-simple-high-pass-filter), [Interactive Tool](https://fiiir.com/), [Filter examples](https://plot.ly/python/fft-filters/)
289-
[Talk](https://www.youtube.com/watch?v=0zpg9ODE6Ww)
290293
[statsmodels](https://www.statsmodels.org/dev/tsa.html) - Time series analysis, [seasonal decompose](https://www.statsmodels.org/dev/generated/statsmodels.tsa.seasonal.seasonal_decompose.html) [example](https://gist.github.com/balzer82/5cec6ad7adc1b550e7ee), [SARIMA](https://www.statsmodels.org/dev/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.html), [granger causality](http://www.statsmodels.org/dev/generated/statsmodels.tsa.stattools.grangercausalitytests.html).
291294
[pyramid](https://github.com/tgsmith61591/pyramid), [pmdarima](https://github.com/tgsmith61591/pmdarima) - Wrapper for (Auto-) ARIMA.
292295
[pyflux](https://github.com/RJT1990/pyflux) - Time series prediction algorithms (ARIMA, GARCH, GAS, Bayesian).

0 commit comments

Comments
 (0)