You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following repository contains Google Stock Price Prediction using Keras LSTM Model. The closing stock prices have been predicted based on the previous 5 years' data extracted from https://api.tiingo.com/.
a project for predicting Google stock prices using deep learning techniques. The project involves data preprocessing, training a Long Short-Term Memory (LSTM) model, and visualizing the predictions against actual stock prices.