geniusai-research/Text-Classification
Text Classification through CNN, RNN & HAN using Keras
This project helps data scientists and machine learning engineers explore different deep learning models (CNN, RNN, HAN) for categorizing text data. You input a dataset of text documents, and it provides working examples of how to train and evaluate these models to classify your text into predefined categories. This is designed for those who build and optimize text classification systems.
238 stars. No commits in the last 6 months.
Use this if you are a machine learning practitioner looking for practical Keras implementations of CNN, RNN, and HAN for text classification.
Not ideal if you need a plug-and-play solution for text classification without needing to understand or modify the underlying deep learning models.
Stars
238
Forks
102
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 08, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/geniusai-research/Text-Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
castorini/hedwig
PyTorch deep learning models for document classification
kk7nc/Text_Classification
Text Classification Algorithms: A Survey
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
inspirehep/magpie
Deep neural network framework for multi-label text classification
InseeFrLab/torchTextClassifiers
A unified framework for text classification in PyTorch.