Lecture 9 - KNN Classification Flashcards

1
Q

Name a non-linear classification model.

A

K-Nearest Neighbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain the algorithm for kNN?

A
Find the k nearest known training points
Average the values for those points
Assign the class indicated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does increasing K do?

A

Acts as a regularizerand tends towards a more biased, smoother model. Reducing K allows more variance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly