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

https://github.com/sferez/gradient_descent

Multiple Linear Regression, Gradient Descent with Python
https://github.com/sferez/gradient_descent

data-analysis data-science gradient-descent linear-regression python

Last synced: about 1 month ago
JSON representation

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

## Report

The report is available at Medium: [Article](https://medium.com/python-in-plain-english/multiple-linear-regression-gradient-descent-python-a19d5c41aeae)

![Article](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*Jb25Gl2_lzZrTfZlUoKhAg.png)

## Project aims

- Analyze the datasets and select the best predictors.
- Implement the gradient descent algorithm.
- Test our implementation for a varying number of iteration steps, learning rate, train/test ratio to estimate their effect on the model
- Evaluation for each scenario of the goodness of fit and having a better understanding of the behaviors of multiple linear regression

## Authors

- [@sferez](https://github.com/sferez)