Skip to content

This project predicts future stock prices using an LSTM model trained on historical data (e.g., Google stock). It includes data preprocessing, model training, and visualization of predicted vs. actual prices.

Notifications You must be signed in to change notification settings

bindushahi/STOCK_PREDICTION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock Price Prediction using LSTM

This project uses LSTM (Long Short-Term Memory) to predict future stock prices based on historical data. The model is trained on stock prices (e.g., Google) to forecast future values.

Key Features: Data Preprocessing: Clean, scale, and split data into training and testing sets. LSTM Model: Build and train an LSTM model to forecast stock prices. Prediction & Visualization: Compare predicted prices with actual values and visualize the results.

Technologies: Python TensorFlow/Keras Matplotlib/Seaborn scikit-learn This project demonstrates time series forecasting using LSTM for stock price prediction.

About

This project predicts future stock prices using an LSTM model trained on historical data (e.g., Google stock). It includes data preprocessing, model training, and visualization of predicted vs. actual prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published