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 Long Short-Term Memory (LSTM) to predict the stock prices of five major companies: Microsoft, Tesla, Apple, Tata Beverages, and Facebook. The project demonstrates the use of time series analysis to predict future stock prices based on historical data.
The results from LSTM is evaluated, its predictive performance measured.
Key Features
LSTM Model: A deep learning-based model for predicting stock prices using historical data.
Performance Comparison: To show that LSTM is more accurate than historical models for time series analysis.