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

GitHub

5k stars
253 watching
2k forks
Language: Python
last commit: almost 2 years 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 576
jaungiers/multidimensional-lstm-bitcoin-time-series A Python implementation using LSTM neural networks to forecast Bitcoin price based on time series data 337
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,338
sc4recoin/lstm-crypto-price-prediction Predicts future cryptocurrency prices using machine learning and technical analysis techniques. 296
sktime/pytorch-forecasting A PyTorch-based package for state-of-the-art time series forecasting with deep learning architectures 4,038
skforecast/skforecast A Python library for building machine learning models to forecast time series data 1,189
leriomaggio/deep-learning-keras-tensorflow A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow 2,951
perseus784/vehicle_collision_prediction_using_cnn-lstms Predicts vehicle collision moments before they happen using a CNN-LSTM hybrid architecture. 135
damitkwr/esrnn-gpu A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. 319
vivekpa/introneuralnetworks An educational project to teach machine learning and neural networks using stock price prediction as an example 744
robertmartin8/machinelearningstocks A Python project applying machine learning to predict stock price movements based on historical data and fundamental analysis. 1,781
wizaron/deep-forecast-pytorch A deep learning-based framework for predicting wind speeds using LSTM networks in PyTorch. 180
tgjeon/tensorflow-tutorials-for-time-series A comprehensive guide to time series prediction using TensorFlow 1,108
timestocome/test-stock-prediction-algorithms An experimental repository exploring time series analysis and prediction techniques using various machine learning approaches. 422