DataSynthis_ML_JobTask β LSTM (Multivariate)
This repo hosts a PyTorch LSTM with attention for multivariate stock forecasting (OHLCV + technicals).
Included artifacts:
- pytorch_model.bin
- config.json
- training_stats.json
- preprocessing.json
Quick usage:
- Recreate the LSTM architecture from the notebook and load
pytorch_model.bininto it - Use
config.jsonfor feature list andseq_length - Apply scaling with the parameters in
preprocessing.json:- Transform: X_scaled = X * scale_ + min_
- Inverse: X = (X_scaled - min_) / scale_
- Downloads last month
- 8
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support