Add yaml Metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AutoEncoder
|
| 2 |
|
| 3 |
A simple autoencoder trained on MNIST.
|
|
@@ -36,4 +50,4 @@ model.eval()
|
|
| 36 |
|
| 37 |
## License
|
| 38 |
|
| 39 |
-
This project is licensed under the MIT License. See the LICENSE file for details.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- pytorch
|
| 4 |
+
- autoencoder
|
| 5 |
+
- generative-ai
|
| 6 |
+
- mnist
|
| 7 |
+
license: mit
|
| 8 |
+
datasets:
|
| 9 |
+
- mnist
|
| 10 |
+
metrics:
|
| 11 |
+
- mse
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
---
|
| 15 |
# AutoEncoder
|
| 16 |
|
| 17 |
A simple autoencoder trained on MNIST.
|
|
|
|
| 50 |
|
| 51 |
## License
|
| 52 |
|
| 53 |
+
This project is licensed under the MIT License. See the LICENSE file for details.
|