mirror of
https://github.com/microsoft/ai-edu.git
synced 2026-08-28 17:41:25 +08:00
Update 19.1-两个时间步的循环神经网络.md (#544)
This commit is contained in:
@@ -249,7 +249,7 @@ class timestep_1(object):
|
||||
|
||||
#### 时序2的网络实现
|
||||
|
||||
时序2的类名叫做timestep_2,其前向计算过程遵循公式3至公式3,其反向传播过程遵循公式7至公式13。
|
||||
时序2的类名叫做timestep_2,其前向计算过程遵循公式3至公式5,其反向传播过程遵循公式7至公式13。
|
||||
|
||||
```Python
|
||||
class timestep_2(object):
|
||||
|
||||
Reference in New Issue
Block a user