Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Siamese Network for Few-Shot Image Recognition
|
| 2 |
|
| 3 |
Few-shot image recognition using a Siamese Network trained on Omniglot.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- multilingual
|
| 4 |
+
tags:
|
| 5 |
+
- few-shot-learning
|
| 6 |
+
- siamese-network
|
| 7 |
+
- image-similarity
|
| 8 |
+
- omniglot
|
| 9 |
+
- contrastive-learning
|
| 10 |
+
- pytorch
|
| 11 |
+
- onnx
|
| 12 |
+
datasets:
|
| 13 |
+
- omniglot
|
| 14 |
+
metrics:
|
| 15 |
+
- accuracy
|
| 16 |
+
model-index:
|
| 17 |
+
- name: siamese-few-shot
|
| 18 |
+
results:
|
| 19 |
+
- task:
|
| 20 |
+
type: image-classification
|
| 21 |
+
dataset:
|
| 22 |
+
name: Omniglot
|
| 23 |
+
type: omniglot
|
| 24 |
+
metrics:
|
| 25 |
+
- type: accuracy
|
| 26 |
+
value: 97.07
|
| 27 |
+
name: 5-way 5-shot accuracy
|
| 28 |
+
license: apache-2.0
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
# Siamese Network for Few-Shot Image Recognition
|
| 32 |
|
| 33 |
Few-shot image recognition using a Siamese Network trained on Omniglot.
|