Few shot learning with Triplet Loss
- Jan 14, 2021
- 1 min read
This video is a sample of the materials covered in our Deep Learning (II) module.
In it you can see an established technique for solving inverted classification problems, also called few-shot-learning problems.
It revolves around using a Siamese Network and a custom loss function called Triplet Loss to learn a distance metric between pairs of examples.
Comments