简单的中文文本情感分类 (MLP, CNN, RNN in PyTorch) - 2019 THU 人工智能导论作业
☆156Dec 8, 2022Updated 3 years ago
Alternatives and similar repositories for chinese-sentiment-classification
Users that are interested in chinese-sentiment-classification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 清华大学《计算机图形学基础》大作业 2019-20春☆11Aug 8, 2020Updated 6 years ago
- 本项目的数据来自“互联网新闻情感分析”赛题。使用Bert-As-Service库中的中文Bert模型进行句向量的提取,加入全连接层后进行三分类。☆29Oct 5, 2019Updated 6 years ago
- 在线图书借阅系统 - 2017 THU OOP课大作业☆14Jul 1, 2018Updated 8 years ago
- THU undergraduate course Computer Graphics homework repository.☆33Jul 6, 2020Updated 6 years ago
- 本项目主要是利用LSTM来对中文文本进行情感分类,包含四个类别(愤怒,焦虑,抑郁,伤感)☆57Dec 17, 2019Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 使用pytorch, 基于textCNN以及BiLSTM进行中文情感分析、 文本分类☆64Jul 8, 2019Updated 7 years ago
- THU network principle project.☆20Jan 23, 2020Updated 6 years ago
- TextCNN Pytorch实现 中文文本分类 情感分析☆642Dec 30, 2018Updated 7 years ago
- “互联网新闻情感分析”赛题,是CCF大数据与计算智能大赛赛题之一。对新闻情绪进行分类,0代表正面情绪、1代表中性情绪、2代表负面情绪。☆150Sep 17, 2019Updated 6 years ago
- 中文情感分析,CNN,BI-LSTM,文本分类☆1,086Oct 22, 2022Updated 3 years ago
- baseline分享-互联网新闻情感分析☆11Oct 12, 2019Updated 6 years ago
- THU Computational Graphics course projects.☆38May 12, 2022Updated 4 years ago
- 使用django对情感分析功能进行封装,里面包含使用情感词典和Bert模型进行情感分类,最后可以使用tensorFlow serving将模型部署在docker中运行。☆13Sep 23, 2019Updated 6 years ago
- A tutorial on Bayesian multilevel modeling using R and Stan.☆14Nov 19, 2021Updated 4 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ⚡ 基于PyTorch的多种模型文本分类框架☆34Aug 19, 2023Updated 3 years ago
- Computational Graphics - THU Spring 2018☆221Aug 14, 2026Updated 2 weeks ago
- 新闻搜索引擎 - 2018年THU程设小学期的第三周大作业☆11Sep 15, 2018Updated 7 years ago
- pytorch实现TextCNN、TextRNN、TextRCNN、Attention+RNN、DPCNN进行文本分类☆15Jan 27, 2021Updated 5 years ago
- sentiment analysis with chinese and english(LSTM). 通过LSTM实现中英文语句情感分析,来判断消极还是积极。☆52May 2, 2018Updated 8 years ago
- Public Behavior Analysis under the COVID-19 Emergency——Based on Weibo Mining☆10May 21, 2021Updated 5 years ago
- Why not opening in browser, instead of the "customized" browser?☆13Mar 22, 2019Updated 7 years ago
- 中文情感分析模型,包含各种主流的情感词典、机器学习、深度学习、预训练模型方法☆110Nov 19, 2019Updated 6 years ago
- Pinyin IME with rust - 拼音输入法rust版☆47Jun 6, 2022Updated 4 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个…☆517Dec 8, 2022Updated 3 years ago
- 使用 CNN 进行中文 NLP 分类☆24Nov 7, 2018Updated 7 years ago
- ☆14Dec 20, 2023Updated 2 years ago
- data sturcture and algorithm, mooc, xuetangx, dengjunhui, thu☆21Feb 20, 2023Updated 3 years ago
- 清华大学计算机系计算机组成原理课程大实验☆27Dec 1, 2016Updated 9 years ago
- Causal-inference oriented doctoral econometrics course at UO☆15Jun 9, 2022Updated 4 years ago
- 《人工智能导论》四子棋大作业☆16May 20, 2017Updated 9 years ago
- 人工智能导论课 期末设计 - 基于遗传算法的图像分割☆36May 31, 2018Updated 8 years ago
- bpcs - Bayesian Paired Comparison in Stan☆12Mar 14, 2024Updated 2 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 利用bert预训练的中文模型进行文本分类 数据集中文情感分析语料chnsenticorp☆373Aug 26, 2019Updated 7 years ago
- RNN-LSTM进行中文电影评论的情感分析☆19Mar 19, 2017Updated 9 years ago
- A router IP written in Verilog.☆12Dec 20, 2019Updated 6 years ago
- 一个基本的多层lstm rnn模型,能实现中英文文本的二分类或多分类☆49Nov 5, 2018Updated 7 years ago
- Code and models for 3 different tools to measure appeals to 8 discrete emotions in German political text☆16Jun 29, 2022Updated 4 years ago
- 基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer☆48Mar 1, 2022Updated 4 years ago
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,728Sep 23, 2020Updated 5 years ago