Skip to content
#

nearest-neighbours-classifier

Here are 51 public repositories matching this topic...

This repository contains Jupyter Notebook file containing the code to compare different sklearn classifiers on a dataset. Then it saves the output .png results in the working folder.

  • Updated Feb 18, 2020
  • Jupyter Notebook

This is a course project to select a subset of data to build an efficient nearest neighbor classifier. Choosing a representative subset of "prototypes" from the training set is crucial for accelerating nearest neighbor classifiers. This project proposes projecting the data into a latent space using a pretrained embedder.

  • Updated Feb 21, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the nearest-neighbours-classifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nearest-neighbours-classifier topic, visit your repo's landing page and select "manage topics."

Learn more