MoLiang
MoLiang
* Here is a simple example of LSTM neural network.  We need `hl.transforms.Rename()` to rename the RNN node. ```python tsfm = [hl.transforms.Rename(op='prim::PythonOp', to = 'LSTM')] ``` 
中文排版建议
1. 建议参考以下中文排版规范,这也是Keras中文文档的规范。 * [chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-CN.md) * [Chinese (zh-cn) translation of the Keras documentation.](https://github.com/keras-team/keras-docs-zh) 2. 建议使用 [MkDocs](https://www.mkdocs.org/) 工具将已经完成的 MarkDown 文档发布在 github 的 gh-pages分支。