Least-Squares Function Fitting System
(Redirected from Least Squares-based Function Fitting System)
Jump to navigation
Jump to search
A Least-Squares Function Fitting System is a function fitting system that applies a least-squares algorithm to solve a least-squares task (with a least-squares loss function).
- Context:
- It can range from being a Linear Least-Squares Regression System to being a Non-Linear Least-Squares Regression System.
- It can range from being a Non-Regularized Least-Squares Function Fitting System to being a Regularized Least-Squares Function Fitting System.
- Example(s):
- Counter-Example(s):
- See: Newton's Method, Point Estimation System.
.