TolicWang / RNNLinks
RNN示例集合
☆42Updated 6 years ago
Alternatives and similar repositories for RNN
Users that are interested in RNN are comparing it to the libraries listed below
Sorting:
- ☆166Updated 6 years ago
- ☆277Updated 3 years ago
- some small codes about deep learning☆51Updated 7 years ago
- ☆75Updated 7 years ago
- 基于双向RNN,Attention机制的编解码神经机器翻译模型☆61Updated 7 years ago
- ☆131Updated 4 years ago
- hexo里练习的源码☆32Updated 3 years ago
- ☆43Updated 7 years ago
- attention-based LSTM/Dense implemented by Keras☆300Updated 7 years ago
- some basic deep learning models/method for nlp, text classification.☆79Updated 5 years ago
- 论文基于注意力机制的卷积神经网络模型 源代码☆16Updated 8 years ago
- An example attention network with simple dataset.☆228Updated 6 years ago
- basic hmm☆27Updated 8 years ago
- BiLSTM 加普通Attention中文文本多分类Pytorch实现☆33Updated 4 years ago
- 天池精准医疗糖尿病预测,复赛第四名☆37Updated 7 years ago
- seq2seq learning with TensorFlow☆58Updated 6 years ago
- transfromer model py keras☆33Updated 6 years ago
- Sample code and picture of my blog or project☆138Updated 3 years ago
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…☆224Updated 6 years ago
- Lstm+Cnn 预训练词向量 文本分类☆104Updated 6 years ago
- Keras深度学习框架配置+Keras教程+Keras Trick☆33Updated 6 years ago
- Hierarchical BiLSTM CNN using Keras☆77Updated 7 years ago
- 2019科大讯飞 阿尔茨海默综合症预测挑战赛baseline☆12Updated 6 years ago
- 基于tf.keras的多标签多分类模型☆88Updated 4 years ago
- 利用keras搭建的胶囊网络(capsule network文本分类模型,包含RNN、CNN、HAN等,其中keras_utils包含了capsule层和attention层的keras实现☆78Updated 7 years ago
- 《统计学习方法》--李航 书中算法实现☆201Updated 5 years ago
- Keras 快速上手——基于 Python 的深度学习实战☆33Updated 7 years ago
- Multilabel classification based on TextCNN and Attention☆78Updated 5 years ago
- keras 搭建文本分类模型,textcnn/bi_gru/cnn+rnn_binglian/cnn+rnn_cuanlian/fasttext/att_bi_gru/rcnn,其中前面四个模型只有create_model函数不同,其余相同,fasttext和rcnn增加了…☆23Updated 6 years ago
- cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attentio…☆209Updated 4 years ago