ChickenBenny / Stock-prediction-with-GAN-and-WGAN

stock prediction with GAN and WGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock prediction with GAN and WGAN

This project is trying to use gan and wgan-gp to predict stock price, and compare the result whether gan can predict more accurate than gru model.

🔽 Reference

Journal: Journal of Computer Science

Title: Stock price prediction using Generative Adversarial Networks

Author: Chen Chen, HungChun Lin

Link: https://thescipub.com/abstract/jcssp.2021.188.196

🖥️ Result

📮Comparison

image

🌟Predict by WGAN-GP model

🌟predict by GAN model

🌟Predict by GRU model

📝Feature

🔗Related Repo

  1. https://github.com/borisbanushev/stockpredictionai
  2. https://github.com/hungchun-lin/Stock-price-prediction-using-GAN

License

MIT © ChickenBenny

About

stock prediction with GAN and WGAN

License:MIT License


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%