├── README.md ├── VolSurfacePlot.ipynb └── notebooks └── LSTM demonstration.ipynb /README.md: -------------------------------------------------------------------------------- 1 | # LSTM-trading 2 | # option-volatility-surface 3 | -------------------------------------------------------------------------------- /VolSurfacePlot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaquants/LSTM-trading/HEAD/VolSurfacePlot.ipynb -------------------------------------------------------------------------------- /notebooks/LSTM demonstration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaquants/LSTM-trading/HEAD/notebooks/LSTM demonstration.ipynb --------------------------------------------------------------------------------