An open API service indexing awesome lists of open source software.

https://github.com/vishalanandv/multivariate_regression_analysis

Multiplevariate Linear Regression, Gradient Descent with Python
https://github.com/vishalanandv/multivariate_regression_analysis

data-science data-visualization dataanalysis gradient-descent linear-regression multivariate-regression python

Last synced: 10 months ago
JSON representation

Multiplevariate Linear Regression, Gradient Descent with Python

Awesome Lists containing this project

README

          

## 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.