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 repository focuses on predicting Apple Inc.'s stock prices using time series analysis from 2013 to 2018. The project involves data exploration, stationarity analysis, time series decomposition, model development, and generating insights to assist investors.
StableStockPredictor is a robust deep learning model for predicting S&P 500 stock prices, built with TensorFlow and Keras. It leverages LSTM networks with gradient clipping, robust scaling, and stable feature engineering (e.g., RSI, moving averages, volatility) to ensure reliable performance in volatile markets.
Python script analyzes Tesla stock data, displaying candlestick chart, 3D scatter plot, & line chart (closing price, MA50, MA200). Generates buy/sell signals based on moving average crossovers.