Theta gets unsigned value after gradient descent
1 次查看(过去 30 天)
显示 更早的评论
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/260062/Capture.png)
Theta is a vector which contains two zeros at the start, after this function it loses its value.
0 个评论
回答(1 个)
James Browne
2020-1-7
On line 6, there should not be a comma after "iterations". I think this is preventing your for loop from executing, though it is tough to tell for sure, without being able to run the code.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!