We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba2066 commit fc99d97Copy full SHA for fc99d97
README.md
@@ -52,3 +52,9 @@ __Instructor__: Andrew Ng.
52
- [Neural Networks: Representation](week4/neural-networks-quiz.md)
53
54
### Programming Exercises
55
+- [Questions and Explanations](week4/machine-learning-ex3/ex3.pdf)
56
+- [Exercise 3](week4/machine-learning-ex3/ex3)
57
+ - [Logistic Regression Cost Function](week4/machine-learning-ex3/ex3/lrCostFunction.m)
58
+ - [One vs. All Multi Class Classifier](week4/machine-learning-ex3/ex3/oneVsAll.m)
59
+ - [Predict one vs. all Multi Class Classifier](week4/machine-learning-ex3/ex3/predictOneVsAll.m)
60
+ - [Neural Network Prediction Function](week4/machine-learning-ex3/ex3/predict.m)
0 commit comments