yala/text_nn
Text classification models. Used a submodule for other projects.
This project helps data scientists and machine learning engineers build text classification models. It takes raw text data (like news articles or product reviews) and GloVe word embeddings as input, then outputs classifications for each text along with 'rationales' – the specific text snippets that led to that classification. This helps practitioners understand and explain why a model made a particular decision.
No commits in the last 6 months.
Use this if you need to classify text documents and also want to understand which parts of the text are most influential in the classification decision.
Not ideal if you are looking for a plug-and-play solution without any coding, or if you do not have access to pre-trained GloVe word embeddings.
Stars
69
Forks
35
Language
Jupyter Notebook
License
MIT
Last pushed
May 28, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yala/text_nn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch