Rating System Based On Text Review Using Sentiment Analysis: Final Presentation
Rating System Based On Text Review Using Sentiment Analysis: Final Presentation
FINAL PRESENTATION
TEXT REVIEW USING
SENTIMENT ANALYSIS
PRESENTED BY,
UNDER THE GUIDANCE OF, 02. ABDUL RASHEED A
PROF. PRASANTH R S 04. ABHINAND MANOHAR OP
ASSISTANT PROFESSOR, 46. ATHUL KRISHNA PS
DEPARTMENT OF INFORMATION TECHNOLOGY 48. SACHIN KRISHNA
PROBLEM STATEMENT
Sequence models are the machine learning models that input or output
sequences of data.
ALGORITHMS / In sentiment classification opinions expressed in a piece of text is
TOOLS USED categorized. Here the input is a sequence of words.
RNN maintains internal memory, due to this they are very efficient for
machine learning problems that involve sequential data.
Mainly there are two types of RNNs.
GRU uses less training parameter and therefore uses less memory and
executes faster than LSTM whereas LSTM is more accurate on a
larger dataset. One can choose LSTM if we are dealing with large
sequences and accuracy is concerned, GRU is used when we have less
memory consumption and want faster results.
FOR FRONT END:
HTML
CSS
JavaScript
Bootstrap
ALGORITHMS /
TOOLS USED FOR BACK END:
MySQL Database
Python
Flask
3) Word Embedding
RESULTS
2) Home page
RESULTS
• User home page
RESULTS
Also, there is an option for admins to delete the product, they can see the reviews,
But can’t edit it.
3) Rating prediction page