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

Make SVM figures for non-geometrically motivated soft-margin SVM #62

Open
davidrosenberg opened this issue Feb 19, 2018 · 1 comment
Open

Comments

@davidrosenberg
Copy link
Owner

i.e. adapt pictures from @brett1479 's SVM notes (https://davidrosenberg.github.io/mlcourse/Archive/2017/Labs/3-SVM-Notes_sol.pdf) to our treatment of SVMs without discussion of geometric margin. (Basically, if f(x) is our score function, draw the level sets (lines) at f(x)=0 and f(x) = +-1. Can label every training point with its score. Circle every point that's a support vector.

@davidrosenberg
Copy link
Owner Author

More ideas: one could draw a circle around each point, color-coded based on the coefficient (e.g. yellow for zero, red for the max value, and some version orange for everything in between). Maybe another circle around the point color-coded for the margin (not the geometric margin). Then lines corresponding to the target geometric margin (see Brett’s Ivanov reformulation).

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

No branches or pull requests

1 participant