Giter Club home page Giter Club logo

amazonpricepredictor's Introduction

Introduction

An application that predicts the price of an item given its image and a short description.

Purpose

  • Allows a merchant to determine what price they should sell their products for, without having to do any prior research.
  • Allows a consumer to determine the appropriate price for an item, without having to do any prior research.
  • Allows a merchant to choose which image, in the consumer's eyes, is of greatest value.

Sample Output

alt text

Pipeline

alt text

R-CNN

A pre-trained neural network, the BVLC Reference RCNN ILSVRC13, was used and evaluated with the Caffe framework. 4096 float features are obtained for each image by taking the output of the second fully connected layer (FC7).

Count Vectorizer

The Scikit-Learn CountVectorizer module was used, which was configured to do the following:

  • Word tokenization, using the nltk word_tokenize function
  • Stopword removal, using the default English stopword set
  • Only selecting words with document frequency >= 5
  • Binary output features

Regression Model

A gradient boosted decision tree model was used, namely the sklearn.ensemble.GradientBoostingRegressor module, with the following parameters:

  • 500 estimators
  • Learning rate of 0.05
  • Max depth of 10

Resulting in a R^2 of 0.509 using 3-fold CV.

Contributors

  • Stephanos Kantzidis
  • Jagadish Rangrej
  • Haoran Zhang

Acknowledgments

amazonpricepredictor's People

Contributors

hzhang0 avatar stephanoskantzidis avatar

Watchers

 avatar Jagadish Rangrej avatar

amazonpricepredictor's Issues

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.