Stock Price Prediction
In 2012, some scholars from Stanford published an article saying that they could use the Recurrent Neural Networks (RNN) to predict the stock price. I knew that RNN models could make powerful time-series predictions because of long short-term memory (LSTM). While I didn't expect that it could be used to predict the stock price, so I tried it myself, and I also got a very accurate model.
Read More.....