Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Few-shot Learning Using Random Subspace
|
2 |
|
3 |
## Overview
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- alkzar90/NIH-Chest-X-ray-dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
pipeline_tag: image-classification
|
11 |
+
tags:
|
12 |
+
- Few-Shot Learning
|
13 |
+
- medical
|
14 |
+
- Computer Vision
|
15 |
+
- Image Classification
|
16 |
+
---
|
17 |
# Few-shot Learning Using Random Subspace
|
18 |
|
19 |
## Overview
|