Skip to content

HepsiBurada is most visited and largest E-commerce website in Turkey. I have user's Product comments and rating is comment negative or positive.

Notifications You must be signed in to change notification settings

fatalerrorist/gru_review_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turkish Review Comments Analysis with Deep Learning (RNN-GRU)

HepsiBurada is most visited and largest E-commerce website in Turkey.An e-commerce site where you can find all kinds of products easily. Therefore, we can make comments for each product. In addition, we can rate the product out of 5 with our comment. Our data set determined the number 2.5 as the threshold value and defined the comments as negative and positive. If the score is below 2.5, the comment is negative and if it is over, it is positive. At the same time, a sentiment analysis algorithm can be written to work with higher performance to reduce manpower on these data. This is what I did today to learn the GRU algorithm.

Example product on Hepsiburada

Hepsiburada

Example comment on Hepsiburada

Hepsiburada

How to Work GRU/LSTM?

LSTM ’s and GRU’s were created as the solution to short-term memory. They have internal mechanisms called gates that can regulate the flow of information.

GRU

Architecture

Made with using Tools:

  • Tensorflow / Keras
  • Numpy
  • Pandas

Model Architecture:

  • Many to one RNN
  • Gated Recurrent Unit
  • Based on LSTM model

About

HepsiBurada is most visited and largest E-commerce website in Turkey. I have user's Product comments and rating is comment negative or positive.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published