Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inclinedadarsh/gradient-descent-class

The notebook in the this repo shows how to make a class that calculate minimum slope and intercept for a regression problem using Gradient Descent
https://github.com/inclinedadarsh/gradient-descent-class

Last synced: about 1 month ago
JSON representation

The notebook in the this repo shows how to make a class that calculate minimum slope and intercept for a regression problem using Gradient Descent

Awesome Lists containing this project

README

        

# GDRegressor
The notebook in the this repo shows how to make a class that calculate minimum slope and intercept for a regression problem using Gradient Descent

Check out the notebook to see how GDRegressor class is made and some analysis done using that.