diff --git a/06.understand_sentiment/README.cn.md b/06.understand_sentiment/README.cn.md index baea9623f523bc6606c6dd9c4ebffeb8a2dc9358..b14c94ab3dc7be4853e83e4c4b5cd6f4c172f90a 100755 --- a/06.understand_sentiment/README.cn.md +++ b/06.understand_sentiment/README.cn.md @@ -67,7 +67,7 @@ 相比于简单的循环神经网络,LSTM增加了记忆单元$c$、输入门$i$、遗忘门$f$及输出门$o$。这些门及记忆单元组合起来大大提升了循环神经网络处理长序列数据的能力。若将基于LSTM的循环神经网络表示的函数记为$F$,则其公式为:
-
+
-
+