Unsupervised-Image-Retrieval icon indicating copy to clipboard operation
Unsupervised-Image-Retrieval copied to clipboard

Implementation in Keras of unsupervised image retrieval with the use of autoencoders

Unsupervised Image Retrieval

This notebook shows the implementation of a very simple unsupervised image retrieval system using only a convolution autoencoder and the KNN algorithm.

In this example, we used the MNIST dataset.

Here is the query image :

Optional Text

The 5 retrieved images are :

Optional Text

A further explanation can be found here