基于CNN的新浪新闻文本分类
☆11Jul 22, 2019Updated 6 years ago
Alternatives and similar repositories for CNN-News-Classification
Users that are interested in CNN-News-Classification are comparing it to the libraries listed below
Sorting:
- 新闻分类(文本分类CNN-RNN)☆10Sep 2, 2018Updated 7 years ago
- Identify the type of news based on headlines and short descriptions☆16Mar 25, 2019Updated 6 years ago
- 基于Keras的中文文本分类系统,支援多种模型架构和训练策略,实验数据为中文新闻分类文本cnews数据集。☆48Jun 6, 2025Updated 8 months ago
- 对文本进行分词,去除停用词,LDA建模,利用贝叶斯算法进行新闻分类☆17Mar 22, 2018Updated 7 years ago
- 新浪微博#新冠疫情话题 舆情分析与话题热度预测☆20Jul 27, 2020Updated 5 years ago
- Load Tensorflow pb file using Bert/TextCNNs, an ensemble model using Java.☆11Aug 20, 2021Updated 4 years ago
- ## 数据挖掘流程 **(一)数据读取** - 读取数据,并进行展示 - 统计数据各项指标 - 明确数据规模与要完成的任务 **(二)特征理解分析** - 单特征分析,逐个变量分析其对结果的影响 - 多变量统计分析,综合考虑 多种情况影响 - 统计绘图得…☆10Mar 11, 2020Updated 5 years ago
- My Implementation for the paper EDA: Easy Data Augmentation Techniques for Boosting Performance on Text Classification Tasks using Tensor…☆12Mar 18, 2022Updated 3 years ago
- 基于TextCNN实现新闻文本分类——深度学习与神经网络☆11May 27, 2021Updated 4 years ago
- 计算机毕业设计吊炸天Python+Spark+Hadoop+Flink微博舆情预警系统 微博舆情可视化 舆情大数据 微博大数据 微博爬虫 大数据毕业设计 大数据毕设☆12Nov 25, 2022Updated 3 years ago
- Chinese version code for the paper "EDA: Easy Data Augmentation Techniques for Boosting Performance on Text Classification Tasks"☆11Jul 25, 2019Updated 6 years ago
- I implement a deep learning network to classify COVID-19 Tweets into 5 categories and 3 categories using DistilBERT (a lighter version of…☆13Aug 20, 2021Updated 4 years ago
- 使用django对情感分析功能进行封装,里面包含使用情感词典和Bert模型进行情感分类,最后可以使用tensorFlow serving将模型部署在docker中运行。☆12Sep 23, 2019Updated 6 years ago
- 基于scikit-learn实现对新浪新闻的文本分类,数据集为100w篇文档,总计10类,测试集与训练集1:1划分。分类算法采用SVM和Bayes,其中Bayes作为baseline。☆110Dec 24, 2018Updated 7 years ago
- 本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。☆119Oct 9, 2019Updated 6 years ago
- 本项目采用Keras和ALBERT实现文本多标签分类任务,其中对ALBERT进行微调。☆13Jan 5, 2021Updated 5 years ago
- 利用CNN模型进行文本分类,包含双通道和单通道,是否使用词向量等多种方式☆12Jul 5, 2020Updated 5 years ago
- ☆16Oct 25, 2023Updated 2 years ago
- A scientific benchmark and comparison of the performance of sentiment analysis models in NLP on small to medium datasets☆13Dec 14, 2020Updated 5 years ago
- This GitHub repository provides an implementation of the paper "MAGNET: Multi-Label Text Classification using Attention-based Graph Neura…☆20Nov 2, 2023Updated 2 years ago
- Classification and aggregation of russian news articles. University coursework.☆18Jan 21, 2019Updated 7 years ago
- some code for spark☆17Mar 29, 2017Updated 8 years ago
- Testing the performance of CNN and BERT embeddings on GLUE tasks☆15Mar 24, 2023Updated 2 years ago
- 微博爬虫及舆情分析系统☆81Jun 8, 2024Updated last year
- Pytorch 文本分类温习练习,本项目主要针对短文本的简单分类,demo看看就好。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆17May 27, 2020Updated 5 years ago
- 中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法☆194Dec 16, 2020Updated 5 years ago
- 基于CNN实现的文本分类应用☆26Nov 17, 2020Updated 5 years ago
- 2021 CCF BDCI 数字安全公开赛“基于人工智能的恶意软件家族分类”赛题第二名Petrichor战队解决方案☆21Jan 24, 2022Updated 4 years ago
- In this project, we will revisit the problem central to recommender systems: predicting a user’s preference for some item they have not y…☆25Apr 23, 2017Updated 8 years ago
- lda 主题模型 用于主题提取和文本分类☆26Jul 8, 2017Updated 8 years ago
- 文本聚类、tfidf、lda、doc2vec+kmeans等各种方法实现☆23Jan 17, 2020Updated 6 years ago
- 嵌入Word2vec词向量的CNN中文文本分类☆451Mar 9, 2020Updated 5 years ago
- CNN,RNN ,Activation functions, Graph Convolutional Networks(GCN) for Text Classification☆32Feb 5, 2020Updated 6 years ago
- 基于中文TaCL-BERT的中文命名实体识别及中文分词☆32Nov 16, 2021Updated 4 years ago
- 近年来,随着微信、微博、市长信箱、阳光热线等网络问政平台逐步成为政府了解民意、汇聚民智、凝聚民气的重要渠道,各类社情民意相关的文本数据量不断攀升,给以往主要依靠人工来进行留言划分和热点整理的相关部门的工作带来了极大挑战。同时,随着大数据技术的发展,建立基于自然语言处理技术的…☆35Jun 28, 2020Updated 5 years ago
- NoiseMix - data generation for natural language☆40May 26, 2018Updated 7 years ago
- 机器翻译子任务-翻译质量评价-在BERT模型后面加上Bi-LSTM进行fine-tuning☆37Nov 18, 2022Updated 3 years ago
- This is a simple implementation of how to leverage a Language Model for a prompt-based learning model☆45Feb 21, 2022Updated 4 years ago
- 一个用django和vue搭建的聊天室☆37Oct 4, 2018Updated 7 years ago