Skip to content

RNNs with synthetic data

Schultz, Martin requested to merge RNN_martin into master

Adapted Felix' RNN notebook to let the three networks train on and evaluate synthetic data series consisting of linear combinations of arbitrary sine functions. You can determine the length of each timeseries and also the number of timeseries. For now, only one (unseen) timeseries is used for testing.

Merge request reports