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

https://github.com/rbhatia46/linear_regression_python

Linear Regression in Python with only Numpy. The following code predicts test scores of students given the amount of hours studied. It uses Gradient Descent to minimize the cost function.
https://github.com/rbhatia46/linear_regression_python

Last synced: 7 months ago
JSON representation

Linear Regression in Python with only Numpy. The following code predicts test scores of students given the amount of hours studied. It uses Gradient Descent to minimize the cost function.

Awesome Lists containing this project

README

          

# linear_regression_python
Linear Regression in Python with only Numpy. The following code predicts test scores of students given the amount of hours studied. It uses Gradient Descent to minimize the cost function.

## Dependencies
* Numpy

## Usage
```
python main.py
```