
Stock_Predictor
Python-based ML model forecasting short-term price direction on FTSE 100 tickers using volatility and momentum features.
/ Problem
Quant tooling is locked behind institutional walls. Can a teenager replicate the basics with open data?
/ Approach
Engineer momentum + volatility features, train a small LSTM, validate against a walk-forward backtest.
/ Stack
Python, PyTorch, pandas, yfinance. Notebook-driven for now.
/ Next
Plug in a news-sentiment feature using a small transformer.
