# Sentiment-Analyze-Model **Repository Path**: ZRXXUAN/Sentiment-Analyze-Model ## Basic Information - **Project Name**: Sentiment-Analyze-Model - **Description**: Text Multi-label sentiment analyze 文本的多标签心情识别 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sentiment-Analyze-Model Text Multi-label sentiment analyze
文本的多标签心情识别

## 关于这个项目 这是我在机器学习课上做的一个好玩的小demo,模型的结构图如下
![img](https://github.com/WenjieOoo/Sentiment-Analyze-Model/raw/master/ModelStructure.png)
模型编写用的是keras,数据集是英文的,来源参考了[这篇文章](http://aclweb.org/anthology/C18-1179)
要是你觉得有趣欢迎来找我聊天hhhh,我的QQ:424346640
![img](https://github.com/WenjieOoo/Sentiment-Analyze-Model/raw/master/demo.gif) ## 文件夹的内容 modelTrain:训练模型的python脚本
WebDemo:利用keras-js可以将训练好的模型放到浏览器里,可以看到模型生动形象的一面