Skip to content
#

siamese-networks

Here are 20 public repositories matching this topic...

The project implements Siamese Network with Triplet Loss in Keras to learn meaningful image representations in a lower-dimensional space. By training on the MNIST dataset, it creates a powerful architecture and implements Triplet Loss function. The resulting model enables applications like image search, recommendation systems, and image clustering.

  • Updated Feb 24, 2024
  • Jupyter Notebook

The Facenet paper of 2015 proposed an interesting solution for huge multiclass problems. Instead of the traditional approach, we try to learn a similarity function i.e. degree of difference between 2 inputs. If the degree of difference between the inputs is less than a threshold then the inputs are classified as similar else different.

  • Updated Oct 30, 2020
  • Jupyter Notebook

Improve this page

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

Learn more