An open API service indexing awesome lists of open source software.

https://github.com/juanmc2005/similaritylearning

Similarity Learning applied to Speaker Verification and Semantic Textual Similarity
https://github.com/juanmc2005/similaritylearning

arcface center-loss coco-loss contrastive-loss deep-learning metric-learning mnist python pytorch semantic-textual-similarity siamese siamese-network similarity-learning speaker-verification sts triplet triplet-loss

Last synced: 2 months ago
JSON representation

Similarity Learning applied to Speaker Verification and Semantic Textual Similarity

Awesome Lists containing this project

README

        

# Similarity Learning Project
Comparison between different popular loss functions in 3 scenarios:

- MNIST classification
- SemEval STS
- VoxCeleb1/VoxCeleb2 Speaker Verification

The following losses are compared:

- Cross Entropy
- Contrastive Loss (Siamese Network)
- Triplet Loss
- Center Loss
- CoCo Loss
- ArcFace Loss