Line 18: | Line 18: | ||
---- | ---- | ||
==Review== | ==Review== | ||
+ | A review by Dan Barrett: | ||
+ | |||
+ | This video slecture includes a good general description of how K Nearest Neighbors works, then goes through the proof that KNN is an unbiased density estimate, and finally talks about metrics and gives some examples. | ||
+ | |||
+ | A couple improvements I might suggest: | ||
+ | - draw a more clear link between the example at the beginning and the discussion of metrics describing how you might use any of these metrics as the distance function in the example. | ||
+ | - discuss the two different KNN methods described in class, and how they relate to each other.(You discuss just the second one). | ||
---- | ---- |
Latest revision as of 18:09, 10 May 2014
Questions and Comments for: K-Nearest Neighbors Density Estimation
A slecture by student Qi Wang
Please leave me comment below if you have any questions, if you notice any errors or if you would like to discuss a topic further.
Question/comment
Review
A review by Dan Barrett:
This video slecture includes a good general description of how K Nearest Neighbors works, then goes through the proof that KNN is an unbiased density estimate, and finally talks about metrics and gives some examples.
A couple improvements I might suggest: - draw a more clear link between the example at the beginning and the discussion of metrics describing how you might use any of these metrics as the distance function in the example. - discuss the two different KNN methods described in class, and how they relate to each other.(You discuss just the second one).