GithubHelp home page GithubHelp logo

parthpromax / stock-market-price-prediction Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 6.0 2.73 MB

Predication of stock market price using different machine learning models

License: GNU General Public License v3.0

Python 72.64% R 27.36%
machine-learning arima-model svc neural-network stock-price-prediction stock-market time-series-prediction timeseries-analysis

stock-market-price-prediction's Introduction

The model is done as follows.

  1. ARIMA model

    i) First run preprocess.py with command : python preprocess.py This will create 5 files which correspond to different data. Original,Log,Moving Averge,Exponential Average & Decomposed For the convenience we have already included all the files already in the directory.

    ii) Now run once - arma.R and arima.R one by one. which will calculate the optimum (p,i,q) value in case of arima and (p,0,q) in case of arma.R. These files will also predict the share price on the next 10-days. Again for the convenience, all the codes which produce and save graphs have been either commented or made manually.

  2. ANN

    i) First run Preprocessing_of_data.py with the command : python Preprocessing_of_data.py This file will generate all the technical parameters like RollingAvg, MovingAvg etc. in the file train.csv ii) ANN.py now will take train.csv as a input and train the neural network on parameters to produce the accuracy.

  3. SVC

    i) First run Preprocessing_of_data.py with the command : python Preprocessing_of_data.py This file will generate all the technical parameters like RollingAvg, MovingAvg etc. in the file train.csv ii) SVC.py will now take train.csv as a input and train the Support vector classifier to produce accuracy on given data.

For more details, you can go through report and presentation.

stock-market-price-prediction's People

Contributors

parthpromax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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