Skip to content

Commit

Permalink
Merge pull request Ebazhanov#551 from sidhesware3298/patch-4
Browse files Browse the repository at this point in the history
Update machine-learning-quiz.md
  • Loading branch information
monkrus authored Oct 14, 2020
2 parents 4b8996d + e9628e2 commit 77f4e00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions machine-learning/machine-learning-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,13 @@ Note: This one is similar to an example talked about in the Stanford Machine Lea
- [ ] Model-based clustering


#### Q59. The error function most suited for gradient descent using logistic regression is
- [ ] The entropy function.
- [ ] The squared error.
- [X] The cross-entropy function.
- [ ] The number of mistakes.



#### Q58. Compared to the variance of the Maximum Likelihood Estimate (MLE), the variance of the Maximum A Posteriori (MAP) estimate is ________
- [ ] Higher
Expand All @@ -382,3 +389,4 @@ Note: This one is similar to an example talked about in the Stanford Machine Lea
- [ ] overfitting
- [X] underfitting
- [ ] all of the above

0 comments on commit 77f4e00

Please sign in to comment.