中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法
☆198Dec 16, 2020Updated 5 years ago
Alternatives and similar repositories for text-classification-cn
Users that are interested in text-classification-cn are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 新闻分类(文本分类CNN-RNN)☆10Sep 2, 2018Updated 7 years ago
- 基于CNN的新浪新闻文本分类☆11Jul 22, 2019Updated 7 years ago
- 基于Keras的中文文本分类系统,支援多种模型架构和训练策略,实验数据为中文新闻分类文本cnews数据集。☆51Jun 6, 2025Updated last year
- 新闻上的文本分类:机器学习大乱斗☆177Apr 28, 2019Updated 7 years ago
- 中文:方便好用的文本分类模型训练加推理全公开!欢迎star后礼貌获取!大体上本项目采用ERINE3.0的base版本将文本转换为语义向量而后做特征进行分类,实测上限极高可以优化后在61分类任务中达到92%准确率。☆49Mar 20, 2024Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 中文文本分类模型集成,包括cnn, lstm, bert等,开箱即用☆26Apr 7, 2024Updated 2 years ago
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,728Sep 23, 2020Updated 5 years ago
- THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。☆73Feb 2, 2021Updated 5 years ago
- I fine-tuned (p-tuning) Tsinghua’s open-source large language model, ChatGLM2-6B, using several years of my WeChat chat history. Inspired…☆12Mar 6, 2024Updated 2 years ago
- 天池零基础入门NLP - 新闻文本分类☆20Aug 16, 2020Updated 6 years ago
- ☆13Aug 9, 2023Updated 3 years ago
- 对于万方论文库进行数据爬取和数据清洗生成语料库的程序☆13Jun 9, 2018Updated 8 years ago
- 第一次编写Python网络爬虫,主要使用beautifulsoup4爬取新浪新闻首页新闻列表。成功获取新闻标题、时间、来源、详情、评论数、编辑信息,使用pandas整理数据,并保存到数据库。☆13Dec 7, 2017Updated 8 years ago
- 使用 CNN 进行中文 NLP 分类☆24Nov 7, 2018Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 基于scikit-learn实现对新浪新闻的文本分类,数据集为100w篇文档,总计10类,测试集与训练集1:1划分。分类算法采用SVM和Bayes,其中Bayes作为baseline。☆110Dec 24, 2018Updated 7 years ago
- Ensemble of 10 modified BERT Base models for prediction of best answers for queries on search engines.☆16Jan 1, 2019Updated 7 years ago
- Comparative Analysis of CNN, RNN and HAN for Text Classification with GloVe Data Model☆11May 4, 2019Updated 7 years ago
- 嵌入Word2vec词向量的CNN中文文本分类☆448Mar 9, 2020Updated 6 years ago
- 使用Python进行自然语言处理相关实践,如新词发现,主题模型,隐马尔模型词性标注,Word2Vec,情感分析☆52Jan 8, 2020Updated 6 years ago
- 基于TextCNN实现新闻文本分类——深度学习与神经网络☆11May 27, 2021Updated 5 years ago
- 本仓主要实现并解决基于预训练bert,预训练字向量和词向量实现Bert_RCNN用于一个长文本对应对个标签的问题