Long Dang commited on
Commit
4842b15
·
verified ·
1 Parent(s): cf2f734

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # MNIST Pattern Recognition with Convolutional Neural Network (CNN)
2
 
3
  This project implements a Convolutional Neural Network (CNN) for recognizing handwritten digits from the MNIST dataset. The model is built using TensorFlow and Keras, and it supports both single-GPU and multi-GPU training. The project includes training, testing, and a user-friendly GUI for inference.
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - ylecun/mnist
5
+ language:
6
+ - en
7
+ metrics:
8
+ - f1
9
+ - precision
10
+ - recall
11
+ - accuracy
12
+ tags:
13
+ - pattern-recognition
14
+ - mnist
15
+ - image-classification
16
+ ---
17
  # MNIST Pattern Recognition with Convolutional Neural Network (CNN)
18
 
19
  This project implements a Convolutional Neural Network (CNN) for recognizing handwritten digits from the MNIST dataset. The model is built using TensorFlow and Keras, and it supports both single-GPU and multi-GPU training. The project includes training, testing, and a user-friendly GUI for inference.