Git Product home page Git Product logo

utility_scoring_of_reviews's Introduction

Utility Scoring of Product Reviews

  • Utility is the usefulness or reliability of a given review.

  • Utility score is the score given to a review based on its usefulness from 0 to 1.

  • Dataset

    • We downloaded reviews and related data in 22 different domains like Electronics, Clothing, Sports,Video games etc from amazon product data
  • Classification

    • Classify a given review into one of the 22 categories using

    • Neural Network Architecture

      • Embedding layer with the size of vocabulary.
      • 1-D convolutional layer with 32 filters of size 3 with relu activation.
      • Max pooling 1-D layer with pool size 2
      • Fully connected layer with relu activation function.
      • Fully connected layer with 22 nodes and softmax classifier.
    • Voted Classifier

      • Ensemble of 5 models (SVM, Decision Tree, Naive Bayes etc) to classify a given review using its TF-IDF vector.
    • Adjectives

      • Generated adjectives for each category using a seed set and recursively adding all its synonyms. The category with maximum count is the class of the given review.
    • Learning Algorithms

      • Support Vector Regression (SVR)
      • Simple linear regression (SLR)
    • Comparision

  • Conclusions

    • Classification
      • Accuracy in classification is highest in the case of Voted Classifier.
      • Voted classifier has the advantage of testing a review with 5 different classifiers.
      • Neural networks also works good but less accurate than voted classifier.
      • The naive method of counting number of matches in adjectives does not work well as there is no learning based in this method and also it is ambiguous

utility_scoring_of_reviews's People

Watchers

James Cloos 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.