Related Experiment Video
Updated: Dec 12, 2025

06:50
O-cresol Concentration Online Measurement Based On Near Infrared Spectroscopy Via Partial Least Square Regression
Published on: November 8, 2019
6.9K
Competitive Normalized Least-Squares Regression.
IEEE Transactions on Neural Networks and Learning Systems
|August 7, 2020
Summary
We introduce the online normalized least-squares (ONLS) algorithm for efficient online regression. ONLS offers improved bias-variance tradeoff and feature shrinkage compared to existing methods.
Area of Science:
- Machine Learning
- Statistical Learning
- Data Science
Background:
- Online learning is increasingly popular for streaming applications due to low computational needs.
- Online regularized regression is a key area within machine learning.
Purpose of the Study:
- To propose a novel and efficient online regression algorithm.
- To analyze the performance of the proposed algorithm against established methods.
Main Methods:
- Development of the online normalized least-squares (ONLS) algorithm.
- Theoretical analysis comparing ONLS total loss with normalized gradient descent (NGD) and best offline least-squares (LS) predictors.
- Empirical evaluation using real-world data.
Main Results:
- ONLS demonstrates a superior bias-variance tradeoff compared to gradient descent-based LS algorithms.
- ONLS provides better control over feature shrinkage towards the null.
- Empirical studies confirm the high performance of ONLS against state-of-the-art algorithms.
Conclusions:
- ONLS is an efficient and effective algorithm for online regularized regression.
- The algorithm offers significant advantages in bias-variance tradeoff and feature shrinkage.
- ONLS shows strong performance in practical applications with real-world data.
Related Concept Videos
Residuals and Least-Squares Property
8.7K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.7K
Calibration Curves: Linear Least Squares
3.9K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
For data that follow a straight line, the standard method for fitting is the linear...
3.9K
Regression Toward the Mean
6.7K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.7K
Regression Analysis
7.5K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
7.5K
Calibration Curves: Correlation Coefficient
4.4K
In a linear calibration curve, there is a value called the calibration coefficient, denoted by 'r,' which measures the strength and the direction of association between two variables. The correlation coefficient value ranges from −1 to +1. A value of +1 indicates a perfect positive linear correlation, −1 denotes a perfect negative correlation, and 0 implies no correlation between the two variables. A positive correlation value establishes that as one variable increases, the...
4.4K
Multiple Regression
3.7K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.7K

