Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
osanseviero
/
keras-conv-mnist
like
0
Image Classification
Keras
google-tensorflow
TensorFlow
License:
apache-2.0
Model card
Files
Files and versions
Community
Use this model
osanseviero
commited on
Jun 17, 2021
Commit
34f6533
•
1 Parent(s):
beef42f
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
---
2
+
license: apache-2.0
3
+
tags:
4
+
- image-classification
5
+
- keras
6
+
---
7
+
Simple MNIST convnet based on the [official Keras documentation](https://keras.io/examples/vision/mnist_convnet/)