GithubHelp home page GithubHelp logo

divakarreddy / deepforecasting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mohabmes/deepforecasting

0.0 0.0 0.0 37 KB

Stock Market Decision Support System using Deep Learning & Sentiment Analysis

Python 96.05% PHP 3.95%

deepforecasting's Introduction

DeepForecasting

DeepForecasting is an intelligent decision support system used to predict the future company's stock price considering its stock historical data and news effect. To assist the nonfinancial expert users, we create a composite index for each company based on the best result returned from three different types of deep learning neural networks (Backpropagation, Radial Basis Function, and Recurrent) and the result obtained from the sentiment analysis of company's related news. This composite index is scored up to three, and higher values indicate more safety decisions.

DeepForecasting-Plus: Displayed the stock market prediction summaries in a friendly web user interface including visualized plots and informative reports. [Screenshot]

How to use

  • Download Historical Data and generate the visualized plots. python pystocklib/auto.py <ticker>

python pystocklib/auto.py AMZN

  • Retrain model. python stocknn/auto.py <ticker> --retrain

python stocknn/auto.py AMZN --retrain

python stocknn/auto.py [ticker] [operation]
[operation]:
    --retrain            Retrain an existing model.
    --train              Create a new model. [override any pre-existed model]
    --test               Load the model & print predicted value.
  • PHP interface php auto.php <ticker>
php auto.php [ticker] [operation]
[operation]:
    --retrain            Retrain an existing model. (Default)
    --train              Create a new model. [override any pre-existed model]
    --test               Load the model & print predicted value.

Requirement

  • Python
  • Keras
  • PHP
  • Scikit-learn
  • Numpy
  • Pandas
  • Matplotlib
  • Textblob
  • Matplotlib
  • bs4

Credit

deepforecasting's People

Contributors

mohabmes 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.