GUI that perform linear regression using gradient descent

This GUI is for didactics purpose, and it provides a way to visualize how linear regression works as well as what parameters are envolved.
ダウンロード: 34
更新 2021/11/25
This GUI was designed to aid college professors to teach how linear regression with gradient descent works in practice.
*GUI features;
This GUI enables the user to generate scattered points randomly with linear behavior and use the gradient descent algorithm to fit iteratively a line to the generated data.
The process of generate the data can be done in two ways: by user clicking over the top graph, or automatically using the rand built in function of matlab. In the last way a buffer parameter can be set by the user to control how spread the points are. Increasing the value of this parameter will result the need to change the learning rates or the number of iterations as well, in order to fit the line properly.
Once the user provided the data, a initial line can be generated whose angular and linear coeficients will be used as a starting point by the gradient descent algorithm. Parameters related to the gradient descent approach, like, number of iterations, and learning rates can be set by the user in order to perform the curve fitting efficiently.
When the user click over the "optimize line" button the linear regression is done, and both loss function graphs and parameters table are updated/feeded in each iteration.
Obs.: Be aware that providing small learning rate will slow the process of fitting with resonable loss value. And big learning rates will make gradient descent perform big jumps disabling it to converge to the loss function minima which will mess up the fitting process too.

引用

Fabricio Castro (2024). GUI that perform linear regression using gradient descent (https://github.com/fcastro25/Linear-regression-using-gradient-descent/releases/tag/1.1.0), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2018a
R2018a 以降 R2021b 以前と互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0

See release notes for this release on GitHub: https://github.com/fcastro25/Linear-regression-using-gradient-descent/releases/tag/1.1.0

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。