Skip to content

Amazon Product Review Analysis is Deeplearning based website created with django. It takes the all review page link of a product and gave us how much people like that product. It tell us how positive the product is among the reviewer or consumer by learning about the sentiment of all reviews given by the consumers. this approach best because 3 s…

Notifications You must be signed in to change notification settings

Dilshad24/Amazon-Product-Review-Analysis-Using-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon-Product-Review-Analysis-Using-Deep-Learning

Amazon Product Review Analysis is Deeplearning based website created with django. It takes the all review page link of a product and gave us how much people like that product. It tell us how positive the product is among the reviewer or consumer by learning about the sentiment of all reviews given by the consumers. this approach best because 3 star review of one person for a perticular product may not be same to 3 star review of other person for same product.

To train the Deeplearning model we used 399995 product reviews.

Done some data cleaning .

convert the reviews int corpus.

then use TfidfTransformer.

The goal of using tf-idf instead of the raw frequencies of occurrence of a token in a given document is to scale down the impact of tokens that occur very frequently in a given corpus and that are hence empirically less informative than features that occur in a small fraction of the training corpus.

Website Home Page

Screenshot 2020-10-04 071258

Amazon Product Review Analysis Page

Screenshot 2020-10-04 072712

Screenshot 2020-10-04 072821

Rseult of product review i

Screenshot 2020-10-04 073154

Screenshot 2020-10-04 073529

About

Amazon Product Review Analysis is Deeplearning based website created with django. It takes the all review page link of a product and gave us how much people like that product. It tell us how positive the product is among the reviewer or consumer by learning about the sentiment of all reviews given by the consumers. this approach best because 3 s…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published