prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
This helps data scientists and machine learning engineers develop and experiment with different models for text classification, specifically sentiment analysis. You provide text data, and it outputs predictions about the sentiment expressed in that text, using various deep learning architectures. It's designed for those who build and evaluate NLP systems.
818 stars. No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer prototyping and comparing deep learning models for sentiment analysis on text data.
Not ideal if you need a ready-to-use application for sentiment analysis without needing to build or customize the underlying models.
Stars
818
Forks
234
Language
Python
License
MIT
Last pushed
Nov 17, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/prakashpandey9/Text-Classification-Pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch
chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various...