Master LLMs with our FREE course in collaboration with Activeloop & Intel Disruptor Initiative. Join now!

Publication

Time Series Prediction using Adaptive Filtering
Latest   Machine Learning

Time Series Prediction using Adaptive Filtering

Last Updated on July 24, 2023 by Editorial Team

Author(s): Satsawat Natakarnkitkul

Originally published on Towards AI.

Simple implementation example

Adaptive filtering is a computational device that attempts to model the relationship between two signals, whose coefficients change with an objective to make the filter converge to an optimal state. The optimization criterion is a cost function, which is most commonly the mean square of the error between the output of the adaptive filter and the desired signal. The mean square error (MSE) will converge to its minimal value, while the filter adapts its coefficients. The figure below demonstrates the simple adaptive filter.

Simple adaptive filter toolbox

The adaptive filter will try to match the filter output, y(k), with the desired signal,… Read the full blog for free on Medium.

Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.

Published via Towards AI

Feedback ↓