文件名称:twitter-sentiment-analysis:使用Keras TensorFlow GloVe对Twitter进行情感分析
文件大小:42.95MB
文件格式:ZIP
更新时间:2024-02-27 02:03:23
twitter deep-learning sentiment-analysis tensorflow keras
Twitter情绪分析 总览 该软件包将对推文或类似的短文进行情感分析。 GloVe的预训练词嵌入被用作Keras的冻结输入,之后CNN会学习并预测分类。 结果精度:*〜79%* 用法 下载Twitter的GloVe嵌入,将其解压缩到/ glove目录。 wget http://nlp.stanford.edu/data/glove.twitter.27B.zip 将twitter情绪数据集下载到/目录。 wget http://thinknook.com/wp-content/uploads/2012/09/Sentiment-Analysis-Dataset.zip 运行[可选,因为提
【文件预览】:
twitter-sentiment-analysis-master
----train.py(5KB)
----predict.py(1KB)
----model.h5(31.85MB)
----weights.h5(20.79MB)
----requirements.txt(19B)
----README.md(1KB)