jaungiers/LSTM-Neural-Network-for-Time-Series-Prediction
An LSTM neural network built with Keras for predicting time series steps and sequences.

Velocity · 7d
+1.5
★ / day
Trend
→steady
star history
This repository provides an LSTM (Long Short-Term Memory) neural network implementation using Keras and TensorFlow for time series forecasting. It demonstrates sequence prediction on synthetic sine wave data and multi-dimensional stock market data. The project includes example outputs showing both single-step and multi-sequence predictions, with visualizations comparing predicted versus actual values.