mirror of
https://github.com/apachecn/ailearning.git
synced 2026-04-29 21:13:37 +08:00
2020-10-19 21:08:55
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
## MNIST 卷积神经网络形状详解
|
||||
|
||||
```
|
||||
```py
|
||||
def model(X, w, w2, w3, w4, p_drop_conv, p_drop_hidden):
|
||||
|
||||
# X: 128 * 1 * 28 * 28
|
||||
|
||||
Reference in New Issue
Block a user