Skip to content

Commit

Permalink
Merge pull request #7 from JNYH/JNYH-patch-5
Browse files Browse the repository at this point in the history
Update machine-learning-quiz.md
  • Loading branch information
JNYH authored Feb 1, 2021
2 parents d62d816 + eb5e0c8 commit eda6006
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions machine-learning/machine-learning-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
- [ ] a linear regression
- [x] a K-means cluster

Note: thre are centres of clusters (C0, C1, C2).
Note: there are centres of clusters (C0, C1, C2).

#### Q27. Random forest is modified and improved version of which earlier technique?

Expand Down Expand Up @@ -233,7 +233,7 @@ Note: thre are centres of clusters (C0, C1, C2).
- [ ] KNN
- [ ] deep neural network

#### Q32. Your data science team wants to use the K-nearest neighbor classification algorithm. Someone on your team wants w use a K of 25. What are the challenges of this approach?
#### Q32. Your data science team wants to use the K-nearest neighbor classification algorithm. Someone on your team wants to use a K of 25. What are the challenges of this approach?

- [ ] Higher K values will produce noisy data.
- [ ] Higher K values lower the bias but increase the variance.
Expand Down Expand Up @@ -347,7 +347,7 @@ Note: thre are centres of clusters (C0, C1, C2).
- [ ] availability
- [ ] algorithms

#### Q45. What is the diagram a good example of ?
#### Q45. What is this diagram a good example of?

![Machine Learning Q45](images/machine-learning_Q45.jpg)

Expand Down Expand Up @@ -376,7 +376,10 @@ Note: thre are centres of clusters (C0, C1, C2).

#### Q49. You work for a website that enables customers see all images of themselves on the internet by uploading one self-photo. Your data model uses 5 characteristics to match people to their foto: color, eye, gender, eyeglasses and facial hair. Your customers have been complaining that get tens of thousands of fotos without them. What is the problem?

-[ ] Overfitting the model to the data -[ ] Smaller training set needed -[x] Underfitting the model to the data -[ ] larger training set needed
-[ ] You are overfitting the model to the data
-[ ] You need a smaller training set
-[x] You are underfitting the model to the data
-[ ] You need a larger training set

#### Q50. Your supervisor asks you to create a machine learning system that will help your human resources department classify jobs applicants into well defined groups. What type of system are you more likely to recommend?

Expand Down

0 comments on commit eda6006

Please sign in to comment.