Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 324 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 324 Bytes

stock_market_GAN

We implemented a GAN as described on [1] which uses LSTM as predictor and FNN as generator, together with LSTM and FNN baselines. There is a notebook for each, they are intented for google colab use.

references

[1] Stock Market Prediction Based on Generative Adversarial Network" by Kang Zhang et al.