All Projects → asparagus → triplet-net

asparagus / triplet-net

Licence: other
Keras implementation of "Deep Learning using Triplet Network" by Hoffer and Ailon. https://arxiv.org/pdf/1412.6622.pdf

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to triplet-net

triplet-loss-pytorch
A generic triplet data loader for image classification problems,and a triplet loss net demo.
Stars: ✭ 70 (+25%)
Mutual labels:  triplet-loss
finetuner
Finetuning any DNN for better embedding on neural search tasks
Stars: ✭ 442 (+689.29%)
Mutual labels:  triplet-loss
keras-triplet-center-loss
Simple Keras implementation of Triplet-Center Loss on the MNIST dataset
Stars: ✭ 34 (-39.29%)
Mutual labels:  triplet-loss
tf-triplet-demo
This project implements triplet loss and semi-hard mining in tensorflow.
Stars: ✭ 13 (-76.79%)
Mutual labels:  triplet-loss
image triplet loss
Image similarity using Triplet Loss
Stars: ✭ 76 (+35.71%)
Mutual labels:  triplet-loss
TorchBlocks
A PyTorch-based toolkit for natural language processing
Stars: ✭ 85 (+51.79%)
Mutual labels:  triplet-loss
Signature-verification-using-deep-learning
Using SigComp'11 dataset for signature verification
Stars: ✭ 54 (-3.57%)
Mutual labels:  triplet-loss
MHCLN
Deep Metric and Hash Code Learning Network for Content Based Retrieval of Remote Sensing Images
Stars: ✭ 30 (-46.43%)
Mutual labels:  triplet-loss
street2shopTriplet
Challenge the customer to shop task with tripletNet
Stars: ✭ 14 (-75%)
Mutual labels:  triplet-loss
triplet-loss-pytorch
Highly efficient PyTorch version of the Semi-hard Triplet loss ⚡️
Stars: ✭ 79 (+41.07%)
Mutual labels:  triplet-loss
pytorch-siamese-triplet
One-Shot Learning with Triplet CNNs in Pytorch
Stars: ✭ 74 (+32.14%)
Mutual labels:  triplet-loss
facenet-pytorch-glint360k
A PyTorch implementation of the 'FaceNet' paper for training a facial recognition model with Triplet Loss using the glint360k dataset. A pre-trained model using Triplet Loss is available for download.
Stars: ✭ 186 (+232.14%)
Mutual labels:  triplet-loss
triplet
Re-implementation of tripletloss function in FaceNet
Stars: ✭ 94 (+67.86%)
Mutual labels:  triplet-loss
Siamese Triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch
Stars: ✭ 2,564 (+4478.57%)
Mutual labels:  triplet-loss

Keras Triplet Loss Implementation

This project implements the triplet loss as described in "Deep Learning using Triplet Network" by Hoffer and Ailon.

https://arxiv.org/pdf/1412.6622.pdf

Deprecation notice

Nowadays, tensorflow makes this available through tf.contrib.losses.metric_learning.triplet_semihard_loss, so I can no longer recommend people use this code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].