rachit-shah/News-Classfication-using-DNN-models
Comparative Analysis of CNN, RNN and HAN for Text Classification with GloVe Data Model
This project helps anyone who needs to automatically sort news articles into specific categories. You provide the news article text, and it tells you which topic it belongs to (e.g., Sports, Politics, Technology). This is ideal for content managers, journalists, or data analysts who deal with large volumes of news.
No commits in the last 6 months.
Use this if you need to quickly and accurately classify news articles from sources like the BBC or similar into predefined categories based on their content.
Not ideal if your classification task involves very short social media posts, or if you need to categorize content into a highly specialized or domain-specific set of labels beyond general news.
Stars
11
Forks
7
Language
Jupyter Notebook
License
—
Last pushed
May 04, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/rachit-shah/News-Classfication-using-DNN-models"
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
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch