turhancan97
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Masked Autoencoders (MAE) with PCA-Based Variance Filtering
|
2 |
|
3 |
## Overview
|
@@ -48,4 +57,4 @@ output = model(input_data)
|
|
48 |
```
|
49 |
|
50 |
## Additional Resources
|
51 |
-
- **GitHub Repository**: For training scripts and further details, visit the [GitHub Repository](https://github.com/turhancan97/Learning-by-Reconstruction-with-MAE).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- uoft-cs/cifar10
|
5 |
+
- jxie/stl10
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
pipeline_tag: image-feature-extraction
|
9 |
+
---
|
10 |
# Masked Autoencoders (MAE) with PCA-Based Variance Filtering
|
11 |
|
12 |
## Overview
|
|
|
57 |
```
|
58 |
|
59 |
## Additional Resources
|
60 |
+
- **GitHub Repository**: For training scripts and further details, visit the [GitHub Repository](https://github.com/turhancan97/Learning-by-Reconstruction-with-MAE).
|