Hw3
This merge request implements and tests an LSTM-based time-series prediction module using historical close price data. The model applies data normalization, a 70/30 train–test split, and a configurable lookback window, and is evaluated using RMSE, MAPE, and R² metrics.