sudkumar / stock_pred

Stock Market Prediction Comparison b/w GP, ANN & ARIMA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparison of Gaussian, Arima & ANN in stock market prediction


Data set is taken from Yahoo! finance for MSFT. Gaussian Process is been tested for various kernel functions like absolute exponential, squared exponential etc.

Running Tests

    python gp.py
    python gpall.py
    Rscript arima_ann.R

Files

  • gpclose.py contains the source code for gaussian process with considering closing price as features.
  • gpall.py contains the source code for gaussian process with considering all (open, high, low, close) as features.
  • arima_ann.R contains the source code for arina and ann algorithms to do the prediction
  • data.csv contains dataset for MSFT, taken from Yahoo! finance.

Requirements

About

Stock Market Prediction Comparison b/w GP, ANN & ARIMA


Languages

Language:Python 74.8%Language:R 25.2%