zxy111zxy's Stars
kimiyoung/transformer-xl
wojzaremba/lstm
AJi-EIE/short-term_load_forecasting_Mogrifier-LSTM
asahi417/LSTMCell
Implement modern LSTM cell by tensorflow and test them by language modeling task for PTB. Highway State Gating, Hypernets, Recurrent Highway, Attention, Layer norm, Recurrent dropout, Variational dropout.
YJiangcm/SST-2-sentiment-analysis
Use BiLSTM_attention, BERT, ALBERT, RoBERTa, XLNet model to classify the SST-2 data set based on pytorch
shibing624/pytextclassifier
pytextclassifier is a toolkit for text classification. 文本分类,LR,Xgboost,TextCNN,FastText,TextRNN,BERT等分类模型实现,开箱即用。
salesforce/awd-lstm-lm
LSTM and QRNN Language Model Toolkit for PyTorch
friedrichor/Language-Model-Next-Word-Prediction
Next word prediction using language models
satwik77/Mogrifier-LSTM
zihangdai/mos
Eugeny/tabby
A terminal for a more modern age
seanzhang-zhichen/PytorchBertBiLstmClassify
Pytorch Bert+BiLstm二分类
google-deepmind/lamb
LAnguage Modelling Benchmarks
InsaneLife/ChineseNLPCorpus
中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。
ChineseGLUE/ChineseGLUE
Language Understanding Evaluation benchmark for Chinese: datasets, baselines, pre-trained models,corpus and leaderboard
RMichaelSwan/MogrifierLSTM
A quick walk-through of the innards of LSTMs and a naive implementation of the Mogrifier LSTM paper in PyTorch
SophonPlus/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
RookieJunChen/Pattern-recognition-and-deep-learning
A simple tutorial for pytorch in deeplearning.
nicodjimenez/lstm
Minimal, clean example of lstm neural network training in python, for learning purposes.
laiguokun/LSTNet
datamonday/TimeSeriesMoonlightBox
Time Series Analysis Models Source Code with Deep Learning Algorithms
floodsung/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow