siamese-networks
There are 21 repositories under siamese-networks topic.
Speaker-Identification/You-Only-Speak-Once
Deep Learning - one shot learning for speaker recognition using Filter Banks
seanbenhur/siamese_net
Signature verification system using Siamese networks
sohaib023/siamese-pytorch
A PyTorch implementation of siamese networks using backbone from torchvision.models, with support for TensorRT inference.
itsShnik/VisualObjectTracking
Visual Object Tracking algorithms. Hold on! There is a lot to come
CuiTianyu961030/SiamHAN
The repository of SiamHAN, an IPv6 address correlation model on TLS encrypted traffic. The work has been accepted as USENIX Security 2021 accepted Paper.
bghojogh/Fisher-Triplet-Contrastive-Loss
The code for Fisher Discriminant Triplet (FDT) and Fisher Discriminant Contrastive (FDC) loss functions
JackieZhai/SiamBOMB
SiamBOMB: Siamese network using Background information for real-time Online Multi-species home-cage animal Behavioral analysis. (Updating)
aheuillet/NASiam
Official implementation of the NASiam paper.
bghojogh/Offline-Online-Triplet-Mining
The code for offline and online triplet mining for Siamese networks
Ankit-Kumar-Saini/Coursera_Natural_Language_Processing_Specialization
Implementation of state-of-the-art NLP models using transformers for tasks including machine translation, text-summarization, chatbots, and question answering.
ABD-01/Siamese-NN
One shot and few shot deep learning
shahab-ghafoor/Siamese-Network-with-Triplet-Loss-in-Keras
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.
HusseinYoussef/Arabic-handwritten-one-shot-learning
Implementation of Siamese network for handwritten Arabic characters using Keras.
maklachur/VOT-Paper-Summary
VOT-Paper-Summary: The objective of this repo is to provide Visual Object Tracking papers' overview concisely.
marianlupascu/Undergraduate-Thesis
Bachelor's graduation project
07Agarg/Siamese_Network
My implementation of Siamese Network for MNIST Dataset in Pytorch and Tensorflow
amit-raj-repo/DL-NLP-Siamese-Network
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.
kmalialis/actisiamese
ActiSiamese (Neurocomputing 2022)
petrovicu/siamese-torch
Pytorch implementation of SNN
ranguy9304/Siam-Vector-Search
Siam-Vector Search uses Siamese networks to improve vector similarity searches, making retrieval-augmented generation (RAG) systems more accurate.
SwamiKannan/Siamese-networks-Facial-comparison
Facial comparison using Siamese Networks