资源说明:文本分类的标准代码,Pytorch实现
数据集Dataset
- IMDB
- SST
- Trec
### 模型
- FastText
- BasicCNN (KimCNN,MultiLayerCNN, Multi-perspective CNN)
- InceptionCNN
- LSTM (BILSTM, StackLSTM)
- LSTM with Attention (Self Attention / Quantum Attention)
- Hybrids between CNN and RNN (RCNN, C-LSTM)
- Transformer - Attention is all you need
- ConS2S
- Capsule
- Quantum-inspired NN
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。