Skip to content

VishalAnandV/Multivariate_Regression_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Linear Regression, Gradient Descent /w Python

Multiple linear regression is a technique that uses several independent variables in order to predict the outcome of a dependent variable.

Project aims

  • Analyze the datasets and select the best predictors.
  • Implement the gradient descent algorithm.
  • Test the implementation for a varying number of iteration steps, learning rate, train/test ratio to estimate their effect on the model.
  • Evaluating the goodness of fit for each case and gaining a deeper grasp of the characteristics of multiple linear regression.

Releases

No releases published

Packages

No packages published