LSTM-Neural-Network-for-Time-Series-Prediction
Time series predictor
A Python implementation of a Long Short-Term Memory neural network designed for predicting time series data sequences
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
5k stars
253 watching
2k forks
Language: Python
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
nourozr/stock-price-prediction-lstm | A Python project that uses LSTM recurrent neural networks to predict the average price of Apple Inc. stock based on historical data | 573 |
jaungiers/multidimensional-lstm-bitcoin-time-series | A Python implementation using LSTM neural networks to forecast Bitcoin price based on time series data | 335 |
harimkang/lstm-prediction | A time series prediction project using LSTM algorithm to forecast jeans prices based on historical sales data | 56 |
timeseriesai/tsai | A comprehensive deep learning package for time series data analysis and forecasting. | 5,262 |
sc4recoin/lstm-crypto-price-prediction | Predicts future cryptocurrency prices using machine learning and technical analysis techniques. | 291 |
sktime/pytorch-forecasting | A PyTorch-based package for state-of-the-art time series forecasting with deep learning architectures | 4,001 |
skforecast/skforecast | A Python library for building machine learning models to forecast time series data | 1,156 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,948 |
perseus784/vehicle_collision_prediction_using_cnn-lstms | Predicts vehicle collision moments before they happen using a CNN-LSTM hybrid architecture. | 134 |
damitkwr/esrnn-gpu | A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 318 |
vivekpa/introneuralnetworks | An educational project to teach machine learning and neural networks using stock price prediction as an example | 741 |
robertmartin8/machinelearningstocks | A Python project applying machine learning to predict stock price movements based on historical data and fundamental analysis. | 1,764 |
wizaron/deep-forecast-pytorch | A deep learning-based framework for predicting wind speeds using LSTM networks in PyTorch. | 177 |
tgjeon/tensorflow-tutorials-for-time-series | A comprehensive guide to time series prediction using TensorFlow | 1,110 |
timestocome/test-stock-prediction-algorithms | An experimental repository exploring time series analysis and prediction techniques using various machine learning approaches. | 421 |