Last active
March 4, 2020 01:51
-
-
Save joyhuang9473/635f38f09e0d5236fafe to your computer and use it in GitHub Desktop.
Optimizing using fminunc to find the optimal parameters theta in ex2data1.txt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % Octave console output | |
| Cost at theta found by fminunc: 0.203498 | |
| theta: | |
| -25.161272 | |
| 0.206233 | |
| 0.201470 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good afternoon,
Can you explain to me, how do you obtain this result?
I have tried to understand without success. Thank you