Last active
November 16, 2015 12:40
-
-
Save joyhuang9473/8b2d74f94c2c072b413e to your computer and use it in GitHub Desktop.
Compute and display initial cost and gradient 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 initial theta (zeros): 0.693147 | |
Gradient at initial theta (zeros): | |
-0.100000 | |
-12.009217 | |
-11.262842 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment