This commit is contained in:
Chris Proctor
2026-06-22 16:08:23 -04:00
parent 95278c854d
commit 255c189d2f
9 changed files with 111 additions and 68 deletions

View File

@@ -106,13 +106,9 @@ Output layer: _____ neurons (one per digit)
```
Input: ___x___x___ (height × width × channels)
Conv layer 1: ___ filters, ___x___ kernel → output: ___x___x___
Conv layer 1: ___ filters, ___x___ kernel, stride ___ → output: ___x___x___
Pooling: ___x___ max pool → output: ___x___x___
Conv layer 2: ___ filters, ___x___ kernel → output: ___x___x___
Pooling: ___x___ max pool → output: ___x___x___
Conv layer 2: ___ filters, ___x___ kernel, stride ___ → output: ___x___x___
Flatten: _____ values