Gradient Descent Algorithm with Linear Regression on single variable

A useful Machine Learning Algorithm
948 Downloads
Aktualisiert 13. Apr 2016

Lizenz anzeigen

Refer Cousera : Machine Learning by Andrew Ng, Stanford University for reference.
Learning rate alpha = 0.01

Zitieren als

Sleeba Paul (2024). Gradient Descent Algorithm with Linear Regression on single variable (https://www.mathworks.com/matlabcentral/fileexchange/56297-gradient-descent-algorithm-with-linear-regression-on-single-variable), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2015a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
2.0.0.0

1. Taken more samples to show the convex characteristics of cost function
2. Taken more iteration for best fit
3. Mesh plot is used instead of meshc
4. Best fix values are displayed

1.0.0.0