hziheng/Machine-learning-project-for-text-classification
基于pytorch框架,针对文本分类的机器学习项目,集成多种算法(xgboost, lstm, bert, mezha等等),提供基础数据集,开箱即用,方便自己二次拓展,持续更新
This project provides ready-to-use code templates for classifying Chinese text into categories, handling both two-category and multi-category tasks. You can input your Chinese text dataset, specify your preferred algorithm, and it will output classified text along with performance metrics. This is ideal for data scientists, NLP engineers, or researchers working on text categorization.
No commits in the last 6 months.
Use this if you need to quickly experiment with various machine learning and deep learning models for Chinese text classification without building everything from scratch.
Not ideal if your primary need is for English text classification or if you require advanced custom pre-processing beyond simple parameter adjustments.
Stars
33
Forks
5
Language
Python
License
—
Category
Last pushed
Mar 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hziheng/Machine-learning-project-for-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.