Coder Social home page Coder Social logo

price_recommendation's Introduction

Price Recommendation

This project provides an ability to predict the price of product for the next two weeks. Long Short-Term Memory (LSTM) networks were used.

Data

'Breakfast at the Frat' data set are used.

Technology

  • python (3.6.2 )
  • tensorflow (1.10.0)
  • Keras (2.2.2)
  • numpy (1.14.5)
  • pandas (0.23.4)
  • matplotlib (3.0.0)
  • seaborn (0.9.0)
  • scikit-learn (0.19.2)
  • scipy (1.1.0)
  • xlrd (1.1.0)

Project structure

  • main.py - is used to run the project.
  • demand_forecaster.py - allows to predict the demand for a product based on its history.
  • price_forecaster.py - allows to predict the price for a product based on its history.
  • price_advisor.py - allows to recommend product price for text 2 weeks.
  • data_exploration.ipynb - shows data research.
  • step_by_step_sample.py - step by step presentation of the process.

How to use

  • to recommend product price:
    python main.py
    

Note: User must enter the UPC product code and the name of the store. In addition, the user need to enter promotional information for the next two weeks.

  • to see the data research

    jupyter notebook
    

    then open the data_exploration.ipynb file.

  • to predict product demand and to see model performance:

    python step_by_step_sample.py
    

price_recommendation's People

Contributors

icemeooow avatar

Watchers

James Cloos avatar

Forkers

nihal223

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.