GiladtheFixer commited on
Commit
1e5cd1c
verified
1 Parent(s): 5607e82

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,14 +1,32 @@
1
 
2
  ---
3
- language: he
4
  license: mit
5
  tags:
6
  - keras
7
  - mnist
8
  - image-classification
 
9
  datasets: mnist
10
  model-type: image-classification
11
  ---
12
  # MNIST Classification Model
13
 
14
- 诪讜讚诇 驻砖讜讟 诇讝讬讛讜讬 住驻专讜转 讘讻转讘 讬讚, 诪讗讜诪谉 注诇 诪讗讙专 讛谞转讜谞讬诐 MNIST.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  ---
3
+ language: en
4
  license: mit
5
  tags:
6
  - keras
7
  - mnist
8
  - image-classification
9
+ - cnn
10
  datasets: mnist
11
  model-type: image-classification
12
  ---
13
  # MNIST Classification Model
14
 
15
+ An improved CNN model for handwritten digit recognition, trained on the MNIST dataset.
16
+
17
+ ## Model Architecture
18
+ - Uses Convolutional layers (CNN)
19
+ - Data Augmentation for improved performance
20
+ - Batch Normalization
21
+ - Dropout for preventing Overfitting
22
+ - Dense layers with ReLU activation
23
+
24
+ ## Parameters
25
+ - Optimizer: Adam (lr=0.001)
26
+ - Loss: Sparse Categorical Crossentropy
27
+ - Metrics: Accuracy
28
+ - Epochs: 20 (with Early Stopping)
29
+ - Batch Size: 32
30
+
31
+ ## Performance
32
+ Test Accuracy: 0.9884