Updates
This commit is contained in:
@@ -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
|
||||
↓
|
||||
|
||||
Reference in New Issue
Block a user