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.
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.
- Tensorflow / Keras
- Numpy
- Pandas
- Many to one RNN
- Gated Recurrent Unit
- Based on LSTM model