time-sequence

Stacked LSTM learns to predict sine wave sequences and forecast future values

Sine Wave Prediction
No data
Idle
Epoch 0/15Batch 0-
loss
-
MSE Loss
-----StepLoss
-

Hyperparameters

0.8
15
50

About this example

A stacked LSTM (two LSTMCell layers) learns to model sine wave patterns. After training on the input sequence, it can predict future values (shown as dashed line). The model learns the underlying frequency and phase of the signal through sequential processing.

Logs
No output yet...