|
2 | 2 | __Instructor__: Andrew Ng.
|
3 | 3 |
|
4 | 4 | ## Week 1
|
| 5 | +### Quizzes |
| 6 | +- [Introduction](week1/introduction.pdf) |
| 7 | +- [Linear Regression With One Variable](week1/linear-regression-one-variable.pdf) |
| 8 | +- [Linear Algebra](week1/linear-agebra.pdf) |
5 | 9 |
|
6 | 10 | ## Week 2
|
| 11 | +### Quizzes |
| 12 | +- [Linear Regression With Multiple Variables](week2/linear-regression-multiple-variables.pdf) |
| 13 | +- [Octave/Matlab Tutorial](week2/octave-matlab-tutoria.pdf) |
| 14 | + |
| 15 | +### Programming Exercises |
| 16 | +- [Questions and Explanation](week2/ex1.pdf) |
| 17 | +- [Exercise 1](week2/ex1) |
| 18 | + - [Warm Up Exercise](week2/ex1/warmUpExercise.m) |
| 19 | + - [Compute Cost for One Variable](week2/ex1/computeCost.m) |
| 20 | + - [Compute Cost For Multiple Variables](week2/ex1/computeCostMulti.m) |
| 21 | + - [Gradient Descent For One Variable](week2/ex1/gradientDescent.m) |
| 22 | + - [Gradient Descent For Multiple Variables](week2/ex1/gradientDescentMulti.m) |
7 | 23 |
|
8 | 24 | ## Week 3
|
9 | 25 | ### Quizzes
|
10 | 26 | - [Logistic Regression](week3/logistic-regression-quiz.md)
|
11 | 27 | - [Regularization](week3/regularization-quiz.md)
|
12 | 28 |
|
13 | 29 | ### Programming Exercises
|
| 30 | +- [Questions](week3/ex2.pdf) |
| 31 | +- [Exercise 2](week3/ex2) |
| 32 | + - [Sigmoid Function](week3/ex2/sigmoid.m) |
| 33 | + - [Logistic Regression Cost](week3/ex2/costFunction.m) |
| 34 | + - [Logistic Regression Gradient](week3/ex2/costFunction.m) |
| 35 | + - [Regularized Logistic Regression Cost](week3/ex2/costFunctionReg.m) |
| 36 | + - [Regularized Logistic Regression Gradient](week3/ex2/costFunctionReg.m) |
| 37 | + - [Predict](week3/ex2/predict.m) |
| 38 | + |
| 39 | +## Week 4 |
| 40 | +### Quizzes |
| 41 | + |
| 42 | +### Programming Exercises |
0 commit comments