Linear regression tries to model the relationship between two variables by applying a linear equation to a series of data. Implement linear regression using closed form solution and the Gradient Descent algorithm. Report the learned parameters (θ0 , θ1 , ..., θn ), and also the value of MSE error on the train and test data.
-
Notifications
You must be signed in to change notification settings - Fork 0
ghfri-code/Linear-regression
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Linear Regression implementation based on the mathematical foundation