Update README.md
Browse files
README.md
CHANGED
|
@@ -183,6 +183,25 @@ The model achieves **99.16% accuracy** on the MNIST test set, consistent with st
|
|
| 183 |
## Model Examination
|
| 184 |
|
| 185 |
The model's convolutional filters learn edge detectors and stroke patterns in the first layers, which compose into digit-specific features in deeper layers. Standard CNN interpretability techniques (e.g., Grad-CAM) can be applied to visualize which regions most influence predictions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
### Model Architecture
|
| 187 |
|
| 188 |
#### Convolutional Blocks
|
|
@@ -208,38 +227,6 @@ The model's convolutional filters learn edge detectors and stroke patterns in th
|
|
| 208 |
| Linear | 10 | Raw logits |
|
| 209 |
|
| 210 |
**Total Parameters: ~3.5M** — Kaiming Normal initialization throughout.
|
| 211 |
-
---
|
| 212 |
-
|
| 213 |
-
## Environmental Impact
|
| 214 |
-
|
| 215 |
-
Carbon emissions estimated using the [ML Impact Calculator](https://mlco2.github.io/impact#compute).
|
| 216 |
-
|
| 217 |
-
| Factor | Value |
|
| 218 |
-
|-----------------|------------------------|
|
| 219 |
-
| Hardware Type | NVIDIA T4 GPU |
|
| 220 |
-
| Hours Used | ~0.2 hrs (10 min) |
|
| 221 |
-
| Cloud Provider | Google Colab / Local |
|
| 222 |
-
| Compute Region | Singapore |
|
| 223 |
-
| Carbon Emitted | ~0.01 kg CO₂eq (est.) |
|
| 224 |
-
|
| 225 |
-
---
|
| 226 |
-
|
| 227 |
-
## Technical Specifications
|
| 228 |
-
|
| 229 |
-
### Model Architecture
|
| 230 |
-
|
| 231 |
-
| Layer | Details |
|
| 232 |
-
|---------------|---------------------------------|
|
| 233 |
-
| Conv2D (1) | 32 filters, 3×3 kernel, ReLU |
|
| 234 |
-
| MaxPooling | 2×2 |
|
| 235 |
-
| Conv2D (2) | 64 filters, 3×3 kernel, ReLU |
|
| 236 |
-
| MaxPooling | 2×2 |
|
| 237 |
-
| Flatten | — |
|
| 238 |
-
| Dense | 128 units, ReLU |
|
| 239 |
-
| Dropout | p = 0.5 |
|
| 240 |
-
| Output | 10 units, Softmax |
|
| 241 |
-
|
| 242 |
-
**Total Parameters:** ~430,000
|
| 243 |
|
| 244 |
### Compute Infrastructure
|
| 245 |
|
|
|
|
| 183 |
## Model Examination
|
| 184 |
|
| 185 |
The model's convolutional filters learn edge detectors and stroke patterns in the first layers, which compose into digit-specific features in deeper layers. Standard CNN interpretability techniques (e.g., Grad-CAM) can be applied to visualize which regions most influence predictions.
|
| 186 |
+
|
| 187 |
+
---
|
| 188 |
+
|
| 189 |
+
## Environmental Impact
|
| 190 |
+
|
| 191 |
+
Carbon emissions estimated using the [ML Impact Calculator](https://mlco2.github.io/impact#compute).
|
| 192 |
+
|
| 193 |
+
| Factor | Value |
|
| 194 |
+
|-----------------|------------------------|
|
| 195 |
+
| Hardware Type | NVIDIA T4 GPU |
|
| 196 |
+
| Hours Used | ~0.2 hrs (10 min) |
|
| 197 |
+
| Cloud Provider | Google Colab / Local |
|
| 198 |
+
| Compute Region | Singapore |
|
| 199 |
+
| Carbon Emitted | ~0.01 kg CO₂eq (est.) |
|
| 200 |
+
|
| 201 |
+
---
|
| 202 |
+
|
| 203 |
+
## Technical Specifications
|
| 204 |
+
|
| 205 |
### Model Architecture
|
| 206 |
|
| 207 |
#### Convolutional Blocks
|
|
|
|
| 227 |
| Linear | 10 | Raw logits |
|
| 228 |
|
| 229 |
**Total Parameters: ~3.5M** — Kaiming Normal initialization throughout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
|
| 231 |
### Compute Infrastructure
|
| 232 |
|