Skip to content

Project for CS 6190 Fall 2019. Predicting direction of S&P 500 moves from previous day market data.

Notifications You must be signed in to change notification settings

gregboiczyk/CS6190Project

Repository files navigation

CS6190Project

Project for CS 6190 Fall 2019. Predicting direction of S&P 500 moves from previous day market data.

Files:

GetStockData.ipynb is a Jupyter notebook that collects 20 years of market data from specified indecies and saves data to spreadsheet.

DataProcess.m is a short matlab script that processes data into that normalizes feature weight data and splits it into training and testing datasests

CSV files are either processed market data (IndexChange.csv) or processed file outputs from DataProcess.m

StocksNeuralNet.ipynb contains the code for the neural net logistic regression of the stock data

MCMCStocks.ipynb contains the code for the MCMC logistic regression of the stock data

To Run:

Neural Network: Download training and test data files and run StocksNeuralNet.ipynb

MCMC: Download traing and test data files and run MCMCStocks.ipynb

About

Project for CS 6190 Fall 2019. Predicting direction of S&P 500 moves from previous day market data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published