hungchun-lin / Stock-price-prediction-using-GANView external linksLinks
In this project, we will compare two algorithms for stock prediction. First, we will utilize the Long Short Term Memory(LSTM) network to do the Stock Market Prediction. LSTM is a powerful method that is capable of learning order dependence in sequence prediction problems. Furthermore, we will utilize Generative Adversarial Network(GAN) to make t…
☆265Jun 24, 2021Updated 4 years ago
Alternatives and similar repositories for Stock-price-prediction-using-GAN
Users that are interested in Stock-price-prediction-using-GAN are comparing it to the libraries listed below
Sorting:
- stock prediction with GAN and WGAN☆107Oct 3, 2022Updated 3 years ago
- Project analyzes Amazon Stock data using Python. Feature Extraction is performed and ARIMA and Fourier series models are made. LSTM is us…☆447Aug 14, 2020Updated 5 years ago
- Implementing a Generative Adversarial Network on the Stock Market☆121Feb 24, 2022Updated 3 years ago
- stock forecasting with sentiment variables(with lstm as generator and mlp as discriminator)☆36Nov 5, 2019Updated 6 years ago
- Reproduction of code described in the paper "Stock Market Prediction Based on Generative Adversarial Network" by Kang Zhang et al.☆28Jun 12, 2020Updated 5 years ago
- Attention-based CNN-LSTM and XGBoost hybrid model for stock prediction