This repository is not active
sahaashish95/-Stock-Price-Prediction
in this part we predict the price of stock in futre by analyse recent stock price.i using deep learning model which is Recurrent Neural Networks. Classic RNNs have short memory, and were neither popular nor powerful for this exact reason. But a recent major improvement in Recurrent Neural Networks gave rise to the popularity of LSTMs (Long Short Term Memory RNNs) which has completely changed the playing field. we will take the challenge to use it to predict the real Google stock price.
Python