Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
/ BachelorThesis Public archive

BUPT Bachelor Thesis. --Design and implementation of the movie-review sentiment classification system based on RNN

Notifications You must be signed in to change notification settings

Sean10/BachelorThesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

基于循环神经网络的情感分析系统的设计与实现

Design and implementation of the movie-review sentiment classification system based on RNN

Code中主要是通过jupyter运行。

环境搭建

# 基于python3 tensorflow CPU环境
# 代码中仅有imdb word2vec模型,因此仅rnn_for_en.ipynb能直接运行。
# 中文word2vec 模型,可使用搜狗全网新闻语料集(2012)训练,约1.54G
cd code
pip3 install -r requirements

jupyter notebook

使用模型

  • LSTM
  • Bi-lSTM
  • GRU
  • Soft Attention Based Bi-lSTM
  • IndRNN
  • Soft Attention Based IndRNN

致谢

感谢BUPT非官方 LaTex 模板

About

BUPT Bachelor Thesis. --Design and implementation of the movie-review sentiment classification system based on RNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published