Skip to content

Commit

Permalink
Update AdviceQuiz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mGalarnyk authored Aug 7, 2017
1 parent 9b960cb commit d476687
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Stanford_Machine_Learning/Week6/AdviceQuiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ Useful Info: Since the hypothesis performs <b> poorly </b> on the training set,
True/False | Answer | Explanation
--- | --- | ---
True | Try adding polynomial features. | The poor performance on both the training and test sets suggests a high bias problem. Adding more complex features will increase the complexity of the hypothesis, thereby improving the fit to both the train and test data.
False | Try increasing the regularization parameter λ. | The poor performance on both the training and test sets
suggests a high bias problem. Increasing the regularization parameter will allow the hypothesis to fit the data worse,
decreasing both training and test set performance.
False | Try using a smaller set of features. | The poor performance on both the training and test sets
suggests a high bias problem. Using fewer features will decrease the complexity of the hypothesis and will make the bias problem worse
True | Try to obtain and use additional features. | The poor performance on both the training and test sets suggests a high bias problem. Using additional features will increase the complexity of the hypothesis, thereby improving the
fit to both the train and test data.
False | Try increasing the regularization parameter λ. | The poor performance on both the training and test sets suggests a high bias problem. Increasing the regularization parameter will allow the hypothesis to fit the data worse, decreasing both training and test set performance.
False | Try using a smaller set of features. | The poor performance on both the training and test sets suggests a high bias problem. Using fewer features will decrease the complexity of the hypothesis and will make the bias problem worse
True | Try to obtain and use additional features. | The poor performance on both the training and test sets suggests a high bias problem. Using additional features will increase the complexity of the hypothesis, thereby improving the fit to both the train and test data.

Question 4
----------
Expand Down

0 comments on commit d476687

Please sign in to comment.