vdprabhu commited on
Commit
0d18368
·
1 Parent(s): b0ba0b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -6,10 +6,9 @@ tags:
6
 
7
  ## Model description
8
 
9
- Metric learning aims to measure the similarity among data samples and to learn embedding models. In the context of metric learning to learn embedding models, the motivation is to embed inputs in an embedding space such that similar images
10
- are close together in that space while dissimilar ones are far away.
11
 
12
- These models once trained can produce embeddings for downstream systems where such similarity is useful.
13
 
14
  Full credits to [Mat Kelcey](https://twitter.com/mat_kelcey) for this work.
15
 
 
6
 
7
  ## Model description
8
 
9
+ Metric learning aims to measure the similarity among data samples and to learn embedding models. The motivation is to embed inputs in an embedding space such that similar images are close together in that space while dissimilar ones are far away.
 
10
 
11
+ The model in this repo is an example which demonstrates the capabilities of metric learning to create embeddings. These embeddings are then used to perform Image Similarity Search.
12
 
13
  Full credits to [Mat Kelcey](https://twitter.com/mat_kelcey) for this work.
14