This is the implementation of the five regression methods Least Square (LS), Regularized Least Square (RLS), LASSO, Robust Regression (RR) and Bayesian Regression (BR). We use simple. We use simulated data as shown in figure below. The red line is the true function and the black dot is the simulated data points.
vincent27hugh/myRegression-Python
This is the implementation of the five regression methods Least Square (LS), Regularized Least Square (RLS), LASSO, Robust Regression (RR) and Bayesian Regression (BR).
PythonMIT