gll89的个人博客分享 http://blog.sciencenet.cn/u/gll89

博文

RNN learning materials

已有 2801 次阅读 2017-3-18 07:53 |个人分类:DeepLearning|系统分类:科研笔记

1、TensorFlow官网地址:https://www.tensorflow.org/tutorials/recurrent

2、内容讲解:

   (1) Recurrent neural networks tutorial: http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/  Denny的内容深入浅出,RNN的入门教材,讲解了基本RNN的架构,之后讲了LSTM和GRU,其中LSTM是引用网站(3)的内容,遗憾的是文中的完整版代码使用Theno实现的,而不是TensorFlow

   (2) RNNs in TensorFlow, a practical guide and undocumented features: http://www.wildml.com/category/neural-networks/recurrent-neural-networks/ WildML的另一个RNN学习资料

   (3) Understand LSTM Networks: http://colah.github.io/posts/2015-08-Understanding-LSTMs/  这个网站的讲解深入浅出,非常适合LSTM初学者,被多个网站引用,被称为是学习LSTMs的great article。讲解了RNN的原理,以及2016年前存在的RNN。遗憾的是没有实例和代码

    (4) Introducation to RNN in TensorFlow https://danijar.com/introduction-to-recurrent-networks-in-tensorflow/ 文中列举两个应用: sequence classification and sequence labeling

   Attention and Augmented RNNs: http://distill.pub/2016/augmented-rnns/

   (5) Creating a text generator using LSTM: https://chunml.github.io/ChunML.github.io/project/Creating-Text-Generator-Using-Recurrent-Neural-Network/   Tensorflow-keras

   (6) Movie sentiment classification using LSTM: http://machinelearningmastery.com/sequence-classification-lstm-recurrent-neural-networks-python-keras/   Tensorflow-keras


3、https://danijar.com/variable-sequence-lengths-in-tensorflow/

 

5. RNN Example using Pytorch

   http://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html#the-encoder




https://blog.sciencenet.cn/blog-1969089-1040134.html

上一篇:安装或者卸载.deb包
下一篇:论文写作部分规范规则
收藏 IP: 128.227.147.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-26 12:49

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部