jroell / StockMarketPredictionsWithRNN
The goal of this project was to predict stock market prices using a recurrent neural network. This project was inspired by the Standford paper "Financial Market Time Series Prediction with Recurrent Neural Networks Armando Bernal, Sam Fok, Rohit Pidaparthi December 14, 2012" . Using the Standford paper as a baseline, I was able to improve and be…
☆14Updated last year
Alternatives and similar repositories for StockMarketPredictionsWithRNN:
Users that are interested in StockMarketPredictionsWithRNN are comparing it to the libraries listed below
- Stock Price Prediction using CNN-LSTM☆85Updated 5 years ago
- stock predict by cnn and lstm☆38Updated 6 years ago
- Conversion of the time series values to 2-D stock bar chart images and prediction using CNN (using Keras-Tensorflow)☆40Updated 2 years ago
- Comparative Analysis of Conv1D-LSTM with CNN , LSTM for Stock Price Prediction☆61Updated 6 years ago
- RNN - Stock Prediction Model using Attention Multilayer Recurrent Neural Networks with LSTM Cells☆39Updated 7 years ago
- By combining GARCH(1,1) and LSTM model implementing predictions.☆56Updated 6 years ago
- An attempt to implement the idea behind this paper: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0212320☆20Updated 3 years ago
- Stock Prediction usning Transformer NN☆81Updated 6 years ago
- Stock price prediction using LSTM and 1D Convoltional Layer implemented in keras with TF backend on daily closing price of S&P 500 data f…☆145Updated 7 years ago
- Stock Price Prediction with PCA and LSTM☆14Updated 4 years ago
- Predicting the closing stock price given last N days' data that also includes the output feature for CNN & LSTM, while predicting it for …☆10Updated 5 years ago
- In this project, we implement and compare the performance of several machine learning and deep learning algorithms in predicting the US s…☆54Updated 4 years ago
- Intra day Stock Prediction 10 minutes into the future☆104Updated 5 years ago
- Temporal Convolutional Neural Net for stock selection, using a Genetic Algorithm for feature selection☆33Updated 4 years ago
- Trained an LSTM model in python to predict prices after denoising the price signal using wavelet transformation method.☆8Updated 5 years ago
- Try to predict stock price with LSTM、GAN and DRL, exploring the features of news and technical indicators,which help improving perfomance…☆95Updated 5 years ago
- Market Risk Management with Time Series Prediction of Stock Market Trends using ARMA, ARIMA, GARCH regression models and RNN for time ser…☆21Updated 7 years ago
- BEST SCORE ON KAGGLE SO FAR. Mean Square Error after repeated tuning 0.00032. Used stacked GRU + LSTM layers with optimized architecture,…☆69Updated 6 years ago
- ☆10Updated 3 years ago
- This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Networks to predict stock prices.☆84Updated 3 years ago
- ARIMA & GARCH models for stock price prediction☆18Updated 4 years ago
- This project uses XGBoost and LSTM to forecast stock market performance.☆19Updated 4 years ago
- 多因子lstm预测☆14Updated 2 years ago
- Hidden Markov Model (HMM) based stock forecasting☆100Updated 7 years ago
- 基於關聯式新聞提取方法之雙階段注意力機制模型用於股票預測☆47Updated 4 years ago
- 使用随机森林、bp神经网络、LSTM神经网络、GRU对股票收盘价进行回归预测。Random forest, BP neural network, LSTM neural network and GRU are used to predict the closing pric…☆53Updated 4 years ago
- A Python implementation of a Hybrid LSTM-GARCH model for volatility forecasting☆32Updated 2 years ago
- stock forecasting with sentiment variables(with lstm as generator and mlp as discriminator)☆35Updated 5 years ago
- Financial time series forecast using dual attention RNN☆27Updated 6 years ago
- Predicted a stock price close of a day based on the last 7 day’s time series data using Neural Network, LSTM and CNN. Found the best numb…☆11Updated 5 years ago