Update README.md
Browse files
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.
|
10 |
-
are close together in that space while dissimilar ones are far away.
|
11 |
|
12 |
-
|
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 |
|