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…
☆13Jul 5, 2023Updated 2 years ago
Alternatives and similar repositories for StockMarketPredictionsWithRNN
Users that are interested in StockMarketPredictionsWithRNN are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Randomly partitions time series segments into train, development, and test sets; Trains multiple models optimizing parameters for develo…☆11Apr 18, 2020Updated 6 years ago
- An application of Multilayer Perceptron, Random Forest Regression and Recurrent Neural Networks (LSTM)☆14Oct 3, 2021Updated 4 years ago
- Stock prediction done using RNN and LTSM to resolve vanishing gradient problem. Dataset used is obtained from Pakistan Stock Exchange☆10Dec 6, 2018Updated 7 years ago
- Stock Market Forecasting: Using Technical Indicators for Price Movement Predictions.☆16Apr 6, 2023Updated 3 years ago
- LSTM Neural Network for predicting whether future price going up or not in a specific time interval☆13Feb 14, 2018Updated 8 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Built a trading algorithm in Python for the Tesla stocks returning in 39% higher returns than a simple buy and hold strategy, over a peri…☆19Aug 3, 2019Updated 6 years ago
- Evaluation of Hybrid MODWT-MARS framework for financial time series forecasting☆18Sep 23, 2024Updated last year
- Designing a Machine Learning algorithm to predict stock prices is a subject of interest for economists and machine learning practitioners…☆21May 4, 2021Updated 5 years ago
- Python package for simulating Intra-day orderflow in a limit order book. Uses PyLOB (https://github.com/ab24v07/PyLOB)☆19May 21, 2013Updated 13 years ago
- Wasserstein GAN with gradient penalty (WGAN-GP) applied to financial time series.☆17Oct 17, 2018Updated 7 years ago
- ☆13Mar 13, 2023Updated 3 years ago
- 从0学习深度学习课程,跟随Andrew Ng的Coursera课程,课后根据记忆用python代码实现课程作业☆12Jan 14, 2020Updated 6 years ago
- A pure Python and Numpy implementation of an LSTM Network