Skip to content

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

Notifications You must be signed in to change notification settings

arvin-forks/triplet-net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%