From c254e48af4017b0ca5ebeb6e517b746977ec9b09 Mon Sep 17 00:00:00 2001 From: anishLearnsToCode Date: Sun, 14 Jun 2020 15:34:03 +0530 Subject: [PATCH] siolves quiz on regularization with 100% accuracy --- README.md | 13 +++++++++++++ week3/regularization-quiz.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..592e299 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Machine Learning By Stanford on Coursera +__Instructor__: Andrew Ng. + +## Week 1 + +## Week 2 + +## Week 3 +### Quizzes +- [Logistic Regression](week3/logistic-regression-quiz.md) +- [Regularization](week3/regularization-quiz.md) + +### Programming Exercises diff --git a/week3/regularization-quiz.md b/week3/regularization-quiz.md index 3fbd817..7869ff3 100644 --- a/week3/regularization-quiz.md +++ b/week3/regularization-quiz.md @@ -5,3 +5,4 @@ ![Question 3](assets/regularization-3.PNG) ![Question 4](assets/regularization-4.PNG) ![Question 5](assets/regularization-5.PNG) +rea \ No newline at end of file