Skip to content

prasanthkothuri/MLStocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying to predict stock price movement with modern Neural Network techniques like RNN, LSTM & MLP

This is a WIP repository

The general workflow is as follows

  1. Get the stock prices for a given ticker / set of tickers
  2. Prepare the data (numpy arrays which go as input to NNs)
  3. NN algoritm to train on the data and output model (in .hd5 format)
  4. Backtesting (WIP)

About

Using NNs to predict stock price movement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages