Linear Regression Implementation using HoldOut CV

Univariate Linear regression
91 Downloads
Updated 20 Feb 2018

View License

Linear Regression models a linear relation between independent variables and a target variable by fitting a straight line through the data points. The equation of which is given by Y=M*x+C where M is independent variable, C is intercept and Y is target value. The following code implements the regression problem through Direct equation and Gradient Descent Technique.

Cite As

earth science learner (2024). Linear Regression Implementation using HoldOut CV (https://www.mathworks.com/matlabcentral/fileexchange/66127-linear-regression-implementation-using-holdout-cv), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0