Initial commit of the autoencoder model
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: MIT
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
tags:
|
8 |
+
- medical
|
9 |
+
- brain-data
|
10 |
+
- mri
|
11 |
+
pretty_name: 3D Brain Structure MRI Autoencoder
|
12 |
+
---
|
13 |
+
|
14 |
+
## 🧠 Model Summary
|
15 |
+
Coming soon.
|