Skip to content
#

nearest-neighbor-search

Here are 324 public repositories matching this topic...

An image similarity search engine has been developed that finds images similar to the image selected by the user from the dataset provided by the user. The latent vectors of the images are generated by a CNN based autoencoder model. KNN is used to find images similar to the selected image. An image similarity search engine platform has been created

  • Updated Dec 6, 2023
  • Python

K-Nearest Neighbors Algorithm (KNN) is a non-parametric classification method First Developed by Evelyn Fix and Joseph Hodges in 1951, and later expanded by Thomas Cover. It is used for Classification and Regression. In both cases, the input consists of the k closest training examples in a data set.

  • Updated Jan 19, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the nearest-neighbor-search 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-neighbor-search topic, visit your repo's landing page and select "manage topics."

Learn more