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 |
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 | |
| For a student with scores 45 and 85, we predict an admission probability of 0.776289 | |
| Train Accuracy: 89.000000 |
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 |
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 | |
| Train Accuracy: 86.440678 |
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 | |
| Train Accuracy: 83.050847 |
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 | |
| Train Accuracy: 61.016949 |
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 | |
| Training One-vs-All Logistic Regression... | |
| Iteration 50 | Cost: 1.375603e-02 % k = 1 | |
| Iteration 50 | Cost: 5.725232e-02 % k = 2 | |
| Iteration 50 | Cost: 6.419917e-02 % k = 3 | |
| Iteration 50 | Cost: 3.576346e-02 % k = 4 | |
| Iteration 50 | Cost: 6.183236e-02 % k = 5 | |
| Iteration 50 | Cost: 2.121825e-02 % k = 6 | |
| Iteration 50 | Cost: 3.489292e-02 % k = 7 | |
| Iteration 50 | Cost: 8.559999e-02 % k = 8 |
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 | |
| Training Set Accuracy: 95.020000 |
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 | |
| Training Set Accuracy: 97.520000 |
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 | |
| Feedforward Using Neural Network ... | |
| Cost at parameters (loaded from ex4weights): 0.287629 | |
| (this value should be about 0.287629) |