Asset forecasting with RNN and LSTM
Recurrent models applied to 1-minute financial time series, using 5-minute sliding windows to predict the next price movement. The real challenge isn't the network architecture — it's the preprocessing: per-window normalization, handling market gaps, and avoiding data leakage between train and test.


