3 Metric learning methods¶
Tutorial |
Description |
Link |
|---|---|---|
Train a Siamese network |
Train a Siamese network, one of the earlier concepts of how to use neural networks for image similarity tasks. |
|
Train a Triplet network |
Train a triplet network with anchor, positive and negative samples to learn an embedding space for retrieval. |