Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern Recognition with Nearest Neighbors #2

Closed
bbengfort opened this issue Feb 24, 2016 · 0 comments
Closed

Pattern Recognition with Nearest Neighbors #2

bbengfort opened this issue Feb 24, 2016 · 0 comments
Labels

Comments

@bbengfort
Copy link
Owner

This post is the first in a series that discusses the machine learning methods that I will present in the Georgetown data analytics course. My hope is that I can expose through some tricky JavaScript/visualization the mechanism behind the learning as well as provide some description. These posts will go on DDL's blog.

For kNN the idea is to provide a visualization, that allows you to slide the k parameter to change the model. See Understanding the Bias Variance Trade-Off for something very similar. I will also provide accuracy metrics, as well as possibly a ROC curve or something similar. This will hopefully better allow students to understand how kNN works in practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@bbengfort and others