Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- tensorflow
|
5 |
+
pipeline_tag: image-classification
|
6 |
+
---
|
7 |
+
|
8 |
+
# CIFAR-10 Image Classification Model
|
9 |
+
Modelo de clasificaci贸n de im谩genes entrenado en CIFAR-10 con TensorFlow/Keras.
|