FernandoLpz/Text-Classification-CNN-PyTorch
The aim of this repository is to show a baseline model for text classification through convolutional neural networks in the PyTorch framework. The architecture implemented in this model was inspired by the one proposed in the paper: Convolutional Neural Networks for Sentence Classification.
This project provides a foundational model for categorizing text using deep learning. It takes raw text inputs, cleans and processes them, and then outputs classifications. This is a tool for machine learning practitioners or data scientists looking to implement text classification.
No commits in the last 6 months.
Use this if you are a machine learning practitioner wanting a basic yet effective convolutional neural network (CNN) model for text classification.
Not ideal if you need a plug-and-play solution without any coding or deep learning expertise.
Stars
48
Forks
12
Language
Python
License
MIT
Last pushed
May 01, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/FernandoLpz/Text-Classification-CNN-PyTorch"
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