利用keras搭建的胶囊网络(capsule network文本分类模型,包含RNN、CNN、HAN等,其中keras_utils包含了capsule层和attention层的keras实现
☆78Aug 14, 2018Updated 7 years ago
Alternatives and similar repositories for Capsule-Text-Classification
Users that are interested in Capsule-Text-Classification are comparing it to the libraries listed below
Sorting:
- Sequence Encoding via Dynamic Routing for Text Classification☆60Oct 21, 2018Updated 7 years ago
- Capsule Network for classification of Fashion-MNIST dataset.☆10Nov 6, 2017Updated 8 years ago
- A Capsule Implement with Pure Keras☆350Dec 28, 2019Updated 6 years ago
- Text classification NLP pipeline with transformers☆26Aug 22, 2025Updated 7 months ago
- ☆339Nov 21, 2022Updated 3 years ago
- A PyTorch implementation of Compositional Coding Capsule Network based on PRL 2022 paper "Compositional Coding Capsule Network with K-Mea…☆53Jun 2, 2022Updated 3 years ago
- ☆15Jul 6, 2023Updated 2 years ago
- Repository for replicating results from the paper Aspect Level Sentiment Classification with Deep Memory Network☆13Jul 20, 2018Updated 7 years ago
- My implementation of "Hierarchical Attention Networks for Document Classification" in Keras☆26Feb 14, 2018Updated 8 years ago
- Tensorflow implementation of Target-dependent LSTM (Tang et al. 2016)☆10Sep 13, 2017Updated 8 years ago
- Implementation of the cw2vec model☆29Jul 20, 2018Updated 7 years ago
- 基于多通道卷积神经网络的汽车评论情感分析系统☆12Nov 20, 2023Updated 2 years ago
- Capsule, LSTM/GRU, CNN for text class implemented by Pytorch 胶囊网络, 循环神经网络和卷积神经网络在中文文本分类中的应用☆45Jan 21, 2019Updated 7 years ago
- A pytorch implementation of CapsNet for text classification 汽车行业用户观点主题及情感识别为例(subject-and-sentiment-analysis)☆85Aug 6, 2019Updated 6 years ago
- ☆12Dec 7, 2018Updated 7 years ago
- lattice lstm cell implementation with tensorflow☆30Aug 3, 2018Updated 7 years ago
- Leveraging Local and Global Patterns for Self-Attention Networks☆12Jun 3, 2019Updated 6 years ago
- This is a project for mechanical fault detection. The reason why it is called cute little bird may be because the eyesight of birds is pa…☆15Feb 2, 2024Updated 2 years ago
- 自注意力与文本分类☆119Nov 3, 2018Updated 7 years ago
- use ELMo in chinese environment☆105Oct 31, 2018Updated 7 years ago
- Zhuang Chen, Tieyun Qian: Transfer Capsule Network for Aspect Level Sentiment Classification. ACL 2019: 547-556☆45Nov 9, 2020Updated 5 years ago
- 1.16-1.20小白我对于预训练词向量的使用的一些经验总结~☆23Jan 20, 2019Updated 7 years ago
- 中文事件抽取☆11Feb 26, 2021Updated 5 years ago
- CPU-based multi-thread implementation of Task-guided and Path-augmented Heterogeneous Network Embedding☆17Jun 22, 2017Updated 8 years ago
- Public repo containing code to train, visualize, and evaluate semi-supervised topic models and baselines for regression/classification on…☆12Apr 15, 2020Updated 5 years ago
- 论文 Hinton等的论文 Matrix capsules with EM routing - Hinton, G. E., Sabour, S. and Frosst, N. (2018) Dynamic Routing Between Capsules - Sabou…☆20Aug 1, 2021Updated 4 years ago
- Code for "TDParse: Multi-target-specific sentiment recognition on Twitter", EACL, 2017☆25May 9, 2018Updated 7 years ago
- Neural Network based models for Aspect-Based Sentiment Analysis☆23Apr 30, 2018Updated 7 years ago
- keras 搭建文本分类模型,textcnn/bi_gru/cnn+rnn_binglian/cnn+rnn_cuanlian/fasttext/att_bi_gru/rcnn,其中前面四个模型只有create_model函数不同,其余相同,fasttext和rcnn增加了…☆23Nov 29, 2018Updated 7 years ago
- Enhancing Sentence Embedding with Generalized Pooling☆20Oct 4, 2022Updated 3 years ago
- Hierarchical multi-label text classification of the BlurbGenreCollection using capsule networks.☆87Mar 25, 2023Updated 2 years ago
- Subword based Pairwise Word Interaction Model for Paraphrase Identification☆22Jun 11, 2018Updated 7 years ago
- Pytorch implementation of the paper "Learning to Embed Sentences Using Attentive Recursive Trees".