IvanBongiorni / GAN-RNN_Timeseries-imputation

Recurrent GAN for imputation of time series data. Implemented in TensorFlow 2 on Wikipedia Web Traffic Forecast dataset from Kaggle.
MIT License
168 stars 26 forks source link

Multivariate #2

Closed IvanBongiorni closed 4 years ago

IvanBongiorni commented 4 years ago

Major change to all models' structure and training: inputs are now multivariate. This adds a layer of complexity in the implementation of dataprep and actual training functions.