Extended Linear Regression: A Kalman Filter Approach for Minimizing Loss via Area Under the Curve

08/23/2023
by   Gokulprasath R, et al.
0

This research enhances linear regression models by integrating a Kalman filter and analysing curve areas to minimize loss. The goal is to develop an optimal linear regression equation using stochastic gradient descent (SGD) for weight updating. Our approach involves a stepwise process, starting with user-defined parameters. The linear regression model is trained using SGD, tracking weights and loss separately and zipping them finally. A Kalman filter is then trained based on weight and loss arrays to predict the next consolidated weights. Predictions result from multiplying input averages with weights, evaluated for loss to form a weight-versus-loss curve. The curve's equation is derived using the two-point formula, and area under the curve is calculated via integration. The linear regression equation with minimum area becomes the optimal curve for prediction. Benefits include avoiding constant weight updates via gradient descent and working with partial datasets, unlike methods needing the entire set. However, computational complexity should be considered. The Kalman filter's accuracy might diminish beyond a certain prediction range.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/03/2019

The Extended Kalman Filter is a Natural Gradient Descent in Trajectory Space

The extended Kalman filter is perhaps the most standard tool to estimate...
research
03/01/2017

Online Natural Gradient as a Kalman Filter

We establish a full relationship between Kalman filtering and Amari's na...
research
09/26/2013

Approximate Kalman Filter Q-Learning for Continuous State-Space MDPs

We seek to learn an effective policy for a Markov Decision Process (MDP)...
research
03/25/2020

A Poisson Kalman filter for disease surveillance

An optimal filter for Poisson observations is developed as a variant of ...
research
08/31/2020

Accurate Prediction and Estimation of 3D-Repetitive-Trajectories using Kalman Filter, Machine Learning and Curve-Fitting Method

Accurate estimation and prediction of trajectory is essential for the ca...
research
07/12/2018

The Incremental Proximal Method: A Probabilistic Perspective

In this work, we highlight a connection between the incremental proximal...
research
05/18/2016

Online Algorithms For Parameter Mean And Variance Estimation In Dynamic Regression Models

We study the problem of estimating the parameters of a regression model ...

Please sign up or login with your details

Forgot password? Click here to reset