Giter Club home page Giter Club logo

sentiment-analysis-with-lstm-in-persian's Introduction

Sentiment-Analysis-in-Persian-Language_LSTM

Sentiment Analysis with LSTM in Persian

First Phase

Data Aquisition

In this repository, I have used LSTM for the prediction of whether people would like or dislike a product based on the previous comments on the Digikala site. I have scraped the data from Digikala and have labeled them based on the stars people who had bought the products gave to them. I have also used another label from the same website which indicates people suggest others to buy that product or not. because many of the comments are noisy and do not provide clean data for us and it is not such a reliable source by adding the second label to the data we can ensure higher accuracy of our training data.

For label clarifications:
(1) -> Indicates customers suggesting others to buy
(2) -> Indicates otherwise
(3) -> Illusterates a neutral opinion about the product
(4) -> Customer has rate the product, but not suggested whether to buy it or not.
and the two or three digits number indicates the satisfaction percentage of the consumer with the preceding comment.

You can reach this data in the "totalReviewWithSuggestion.csv" file.

Second Phase

Data Preparation

In this Phase, I have cleaned my data with Hazm library and other modifications which have been commented on in my source code. Then, I have split my dataset into parts for training and testing.

Third Phase

Build your own Neural Network in Tensorflow for LSTM

I have built my graph for calculation the sentiments of each sentence based on the scores mentioning above.

Forth Phase

compute the word embeddings

In this phase, I have used the precious guide from another repository and I have included that in my repository in the "ipynb_checkpoints" folder for more guidance to those who want to become more familiar with what I have done. As is mentioned there using a one-hot method is too cumbersome and inefficient I have prepared a dictionary of my vocabulary and convert that to a feature vector.

Fifth Phase

Training and Testing

I have trained and have tested the code on my dataset which has high accuracy near 93 percent.

Thanks

Thanks to Mr. AminMozhgani for his devoted assistance through the project.

sentiment-analysis-with-lstm-in-persian's People

Contributors

erfantagh avatar minasmz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.