grudloff / stock_market_GAN

Reproduction of code described in the paper "Stock Market Prediction Based on Generative Adversarial Network" by Kang Zhang et al.
25 stars 8 forks source link
gan lstm market stock stockmarket stockmarketforecaster stockmarketforecasting

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.