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 Get the stock prices for a given ticker / set of tickers Prepare the data (numpy arrays which go as input to NNs) NN algoritm to train on the data and output model (in .hd5 format) Backtesting (WIP)