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

https://github.com/birddevelper/gradientdescent_linearregression

Machine Learning - Linear Regression - GradientDescent algorithm
https://github.com/birddevelper/gradientdescent_linearregression

gradient-descent graphical linear-programming linear-regression machine-learning regression

Last synced: 10 months ago
JSON representation

Machine Learning - Linear Regression - GradientDescent algorithm

Awesome Lists containing this project

README

          

# GradientDescent In LinearRegression

Machine Learning - Linear Regression - GradientDescent algorithm

Linear Regression app is useful in Machine learning courses to teach Linear Regression to students.

You can add train data either by entering number in text box or by clicking on the graph board.
The click on "start training" to make the regression model,
then the program is able to predict y of any given x based of training data.

[Read More From Here](http://mshaeri.com/blog/gradient-descent-algorithm-for-linear-regression/)

![Linear Regression](https://mshaeri.com/blog/wp-content/uploads/2021/05/GradiantDicent.gif)