vinayakumarr/text-classification-using-tflearn
text classification using deep learning
This project helps you automatically sort short pieces of text, like customer reviews, into categories such as 'positive' or 'negative'. You provide a collection of text examples, some labeled as positive and others as negative, and it learns to classify new, unlabeled texts. This is ideal for market researchers, product managers, or anyone needing to quickly gauge sentiment from text feedback.
No commits in the last 6 months.
Use this if you need to rapidly categorize a large volume of short text snippets based on predefined sentiments or topics, without manually reading each one.
Not ideal if you need to classify long documents, identify complex nuances beyond simple positive/negative, or work with languages other than English.
Stars
7
Forks
2
Language
Java
License
—
Category
Last pushed
Jan 19, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vinayakumarr/text-classification-using-tflearn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
derhuerst/nbayes
A Naive Bayes classifier written in JavaScript.
hankcs/text-classification-svm
The missing SVM-based text classification module implementing HanLP's interface
ningchaoar/UnsupervisedTextClassification
基于关键词的无监督文本分类;Implementation for paper "Text Classification by Bootstrapping with Keywords, EM...
samitha9125/SinhalaTextClassification
Sinhala Text Classification based on n-grams
qyfang/TextClassification
基于scikit-learn实现对新浪新闻的文本分类,数据集为100w篇文档,总计10类,测试集与训练集1:1划分。分类算法采用SVM和Bayes,其中Bayes作为baseline。