yuchenlin/lstm_sentence_classifier
LSTM-based Models for Sentence Classification in PyTorch
This helps researchers in natural language processing quickly set up and test sentence classification models using recurrent neural networks. You provide text datasets, often reviews or questions, and it outputs a classification model that can categorize new sentences. It's ideal for academic researchers or students experimenting with deep learning for text analysis.
No commits in the last 6 months.
Use this if you are an NLP researcher or student needing to reproduce or experiment with LSTM-based sentence classification models on common sentiment or question classification datasets.
Not ideal if you need a production-ready system for very large datasets like IMDB, as the simpler models provided are not optimized for speed or scale.
Stars
78
Forks
31
Language
Python
License
MIT
Last pushed
Oct 05, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yuchenlin/lstm_sentence_classifier"
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