中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法
☆194Dec 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
Sorting:
- 新闻分类(文本分类CNN-RNN)☆10Sep 2, 2018Updated 7 years ago
- 基于CNN的新浪新闻文本分类☆11Jul 22, 2019Updated 6 years ago
- 基于Keras的中文文本分类系统,支援多种模型架构和训练策略,实验数据为中文新闻分类文本cnews数据集。☆48Jun 6, 2025Updated 9 months ago
- 中文文本分类模型集成,包括cnn, lstm, bert等,开箱即用☆26Apr 7, 2024Updated last year
- ☆13Aug 9, 2023Updated 2 years ago
- 对于万方论文库进行数据爬取和数据清洗生成语料库的程序☆13Jun 9, 2018Updated 7 years ago
- 新闻上的文本分类:机器学习大乱斗☆178Apr 28, 2019Updated 6 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
- 中山大学自然语言处理项目:中文分词(序列标注/命名实体识别)。Keras实现,BiLSTM+CRF框架。☆18Jan 30, 2021Updated 5 years ago
- ncnn的Rust实现,一个轻量级的神经网络推理框架,本仓库分离了静态库,使其适合跨平台编译☆20Sep 12, 2024Updated last year
- A spell-checker written in Rust☆23Jan 14, 2022Updated 4 years ago
- 达观算法比赛ner任务,从重新训练bert,到finetune预测。☆75Nov 2, 2022Updated 3 years ago
- 使用Bert,ERNIE,进行中文文本分类☆4,392Jun 28, 2024Updated last year
- 基于BERT模型的深度学习中文文本分类实现,包含大约20000条新闻的训练和测试集,包装有简单HTTP接口可供调用。☆24Jun 25, 2020Updated 5 years ago
- WSDM2021 Tutorial: Beyond Probability Ranking Principle: Modeling the Dependencies among Documents☆23Mar 12, 2021Updated 4 years ago
- 31条指令单周期MIPS cpu☆15Jun 1, 2019Updated 6 years ago
- 天池零基础入门NLP - 新闻文本分类☆19Aug 16, 2020Updated 5 years ago
- Python实现中文文本关键词抽取,分别用了TF-IDF、LDA、RNN、LSTM和LR-SGD两类共五种方法,全网最全没有之一。☆65Jan 11, 2021Updated 5 years ago
- 基于Bert实现中文文本二分类☆29Mar 2, 2020Updated 6 years ago
- 使用Python进行自然语言处理相关实践,如新词发现,主题模型,隐马尔模型词性标注,Word2Vec,情感分析☆52Jan 8, 2020Updated 6 years ago
- 在Fastai框架下基于Bert模型的中文文本分类☆25Jun 6, 2019Updated 6 years ago
- Kaggle新赛(baseline)-基于BERT的fine-tuning方案+基于tensor2tensor的Transformer Encoder方案☆61Nov 11, 2018Updated 7 years ago
- TextCNN Pytorch实现 中文文本分类 情感分析☆637Dec 30, 2018Updated 7 years ago
- a simple Apollo-based planning and controlling simulation, communicating with ROS☆28Sep 27, 2023Updated 2 years ago
- ☆10Jan 20, 2023Updated 3 years ago
- Abomaly Prediction☆10Nov 13, 2024Updated last year
- 《商业数据分析》的授课课件(包含作业)☆14Sep 20, 2025Updated 5 months ago
- ☆59Apr 11, 2020Updated 5 years ago
- 基于 Scrapy 的新闻智能分类微信小程序,是一个文本分类相关的应用,目的是打造出一个可以对新闻进行智能分类的微信小程序。技术栈:Python + Scrapy + MongoDB + scikit-learn + Flask + 微信小程序,涉及爬虫、文本分类、Web …☆63Jun 9, 2019Updated 6 years ago
- 100+ Chinese Word Vectors 上百种预训练中文词向量☆12,185Oct 30, 2023Updated 2 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆401Jul 16, 2023Updated 2 years ago
- 以京东评论作为数据集,使用常见的机器学习算法如KNN、SVM、逻辑回归、贝叶斯、xgboost等等算法进行分类。使用深度学习中的CNN、RNN、CNN和RNN连接、Bi-GRU、bert模型进行分类。使用fastnlp的框架搭建文本分类。☆31Jul 2, 2020Updated 5 years ago
- 基于OpenCV和Tkinter的指纹识别系统,使用的硬件为AS608☆15Mar 3, 2025Updated last year
- ☆10Aug 9, 2023Updated 2 years ago
- Chinese Mathematical Formula Detection (MFD) Dataset 中文文档数学公式检测数据集☆34Dec 21, 2022Updated 3 years ago
- ☆13Jul 17, 2021Updated 4 years ago
- 中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(…☆1,809Jun 17, 2024Updated last year
- 本NER项目包含多个中文数据集,模型采用BiLSTM+CRF、BERT+Softmax、BERT+Cascade、BERT+WOL等,最后用TFServing进行模型部署,线上推理和线下推理。☆82Jul 12, 2021Updated 4 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆592May 15, 2023Updated 2 years ago