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
This project uses RNN and LSTM models to predict Microsoft (MSFT) stock prices for 2021 based on historical data (2012-2021). The data is preprocessed using MinMaxScaler. The models are evaluated by comparing predicted and actual prices, with LSTM outperforming SimpleRNN in capturing long-term dependencies.