To Top
首页 > 基础知识 > 正文

rnn实现

标签:rnn, lstm, LSTMCell, Recurrent, AutogradRNN, StackedRNN


目录

pytorch的rnn

https://blog.ddlee.cn/posts/7b4533bb/

python2.7/site-packages/torch/nn/_functions/rnn.py中。

tf的rnn

paddle的rnn


原创文章,转载请注明出处!
本文链接:http://daiwk.github.io/posts/knowledge-rnn-implementation.html
上篇: pytorch安装
下篇: sphinx

comment here..