Implement an autoencoder RNN architecture in PyTorch, able to reconstruct input time series and also forecast (t+1, t+n) future values.
Sigiloso
Quite a lot of PyTorch code, along with unit tests and a report about performance, trade-offs and general findings.