torch-TripletEmbedding
Triplet loss function
A Lua implementation of a triplet loss function for deep learning
TripletLoss used in Google's FaceNet paper
162 stars
10 watching
55 forks
Language: Lua
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
luhaofang/tripletloss | A Caffe-based implementation of the triplet loss function used in Google's FaceNet paper for training and fine-tuning deep neural networks. | 322 |
seannaren/warp-ctc | PyTorch bindings for the Warp-CTC loss function used in speech recognition. | 756 |
aciditeam/torch-models | A collection of Lua implementations of state-of-the-art machine learning models using the Torch framework. | 54 |
hanxunh/active-passive-losses | A PyTorch-based framework for implementing normalized loss functions to improve deep learning model robustness against noisy labels. | 134 |
coincheung/pytorch-loss | Provides a comprehensive set of implementation of various loss functions and operators for deep learning models | 2,196 |
torch/graph | A Lua-based library for graph manipulation and visualization in Torch. | 35 |
clementfarabet/lua---nnx | An extension to Torch7's neural network package with experimental modules and optimizations. | 97 |
nearai/torchfold | A PyTorch module for dynamic batching and optimized computation on deep neural networks | 221 |
eladhoffer/tripletnet | A framework for training triplet-based deep metric learning models on various datasets | 190 |
alanchou/truncated-loss | An implementation of a loss function designed to improve the training of deep neural networks with noisy labels | 126 |
clementfarabet/ipam-tutorials | Hands-on tutorials and code examples for implementing supervised and unsupervised learning algorithms in Lua using the Torch7 deep learning framework. | 130 |
nicholas-leonard/dp | A deep learning library for streamlining research and development using the Torch7 distribution. | 343 |
fmassa/object-detection.torch | An implementation of object detection frameworks in the Torch deep learning framework | 116 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
xamla/torch-pcl | Bindings for integrating Point Cloud Library with the Torch programming framework. | 30 |