#13 · Primary category: NLP Tools & Text Processing
text_classification
all kinds of text classification models and more with deep learning
Project last updated:09/28/23
GitHub Stars
7.9K
Forks
2.5K
Contributors
15
License
MIT
Why we included this project
This repo collects a wide spread of classic deep learning models for text classification, from fastText and TextCNN up through attention-based seq2seq, transformers, and memory networks. The breadth is the point: you can run several very different architectures on the same data and see which one suits your task instead of betting on a single approach up front. Multi-label classification is supported, which covers real-world jobs like tagging documents or customer tickets with several labels at once. Every model has its own test function and is independent of the dataset, so you can sanity-check it on a toy task before pointing it at your own data. One caveat: the code targets older TensorFlow and Python, so expect to port things if you're on a current stack.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量