Skip to content

In this project, I build a LSTM-based sentiment classification model to classify custormer's behaviour buying clothes and jewerly in the Amazon website based on their reviews of ordered products leaving on the website. The model's output is a 3-class output which are postivie, negative and neutral. This project uses a pretrained word2vec model w…

License

Notifications You must be signed in to change notification settings

harrychien1311/Product-review-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Product-review-classification

1 Summary of the project:

In this project, I build a LSTM-based sentiment classification model to classify custormer's behaviour buying clothes and jewerly in the Amazon website based on their reviews of ordered products leaving on the website. The model's output is a 3-class output which are postivie, negative and neutral. This project uses a pretrained word2vec model which is Google Word2Vec model to embed sentences into word embedding vectors. Then the LSTM model will use these embedding vectors to train the model.

2 The goal of the project: This project will help the producers can control and understand their custormer behavior to improve their products.

3 Desied ouputs:

The custormer's behavior: Positive: Really like the product Negative: Really hate the product Neutral: Feel the product not too good but not bad

4 Addtional: You can download the pretrained word2vec model here: https://code.google.com/archive/p/word2vec/

About

In this project, I build a LSTM-based sentiment classification model to classify custormer's behaviour buying clothes and jewerly in the Amazon website based on their reviews of ordered products leaving on the website. The model's output is a 3-class output which are postivie, negative and neutral. This project uses a pretrained word2vec model w…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages