This is a summary of links featured on Quantocracy on Thursday, 12/06/2018. To see our most recent links, visit the Quant Mashup. Read on readers!
-
RNN, LSTM, GRU For Trading [Quant Insti]In my previous article, we have developed a simple artificial neural network and predicted the stock price. However, in this article, we will use the power of RNN (Recurrent Neural Networks), LSTM (Short Term Memory networks) & GRU (Gated Recurrent Unit Network) and predict the stock price. We are going to use TensorFlow 1.12 in python to coding this strategy. You can access all python code