Update 19.1-两个时间步的循环神经网络.md (#544)

This commit is contained in:
FariyAhill
2020-09-01 08:09:58 +08:00
committed by GitHub
parent 88c9f227b9
commit 9ef12bd10b
@@ -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):