Hacker News new | ask | show | jobs
KNN Classification Using Neighbourhood Components Analysis (kevinzakka.github.io)
4 points by kzakka 2318 days ago
1 comments

Hey guys, author here. Thought I'd share this post on a classic algorithm called Neighbourhood Components Analysis. I almost never see it mentioned so this post is an attempt to rectify it. It's accompanied by a PyTorch implementation with a few modifications. There's also a neat discussion about its relationship to the contrastive loss function. Cheers