stock_market_GAN icon indicating copy to clipboard operation
stock_market_GAN copied to clipboard

Reproduction of code described in the paper "Stock Market Prediction Based on Generative Adversarial Network" by Kang Zhang et al.

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.