Problem 55185. Ridge regularized linear regression
Given a predictor data matrix X of size , target variable vector y of size and a shrinkage factor λ (scalar) (ridge regularization), write the function to compute linear regression model coefficients β to model the data. The data has n observations, p predictor variables in the X matrix
The model is defines as: where sigma is gaussian noise.
(Hint: search on google for closed form solution of a linear regression problem)
Solution Stats
Problem Comments
-
2 Comments
ChrisR
on 14 Jul 2022
Yuvraj, this problem looks interesting, and I was looking forward to learning about ridge regularization. I suggest that you remove the code from the function template: you are giving us the answer! Also, several Cody players have recommended at least four tests to discourage lookup table solutions and other cheats.
Christian Schröder
on 12 Nov 2022
The test suite's incorrect: the matrix inversion in the ridge estimator is missing.
Solution Comments
Show commentsProblem Recent Solvers9
Suggested Problems
-
Numbers with prime factors 2, 3 and 5.
511 Solvers
-
685 Solvers
-
59 Solvers
-
Set the array elements whose value is 13 to 0
1370 Solvers
-
Test if two numbers have the same digits
243 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!