Siamese Networks: Duplicate Questions
Beginning
In this series of posts we will:
- Learn about Siamese networks
- Understand how the triplet loss works
- Understand how to evaluate accuracy
- Use cosine similarity between the model's outputted vectors
- Use the data generator to get batches of questions
- Make predictions using the own model