08_Learning_By_Recording Flashcards
1
Q
What is learning by recording?
A
It’s using recall of past experiences to solve new problems that an agent hasn’t encountered before.
2
Q
What are some methods for implementing learning by recording?
A
K-nearest neighbors, etc.
3
Q
What are some limitations of the KNN method?
A
Real-world problems are generally very high dimensional. Makes it problematic to compute meaningful distance measure. Also, side note, but KNN is very sensitive to outliers since it’s based on Euclidean distance.