Research repo for the generative modelling team.
- GP-VAE: https://arxiv.org/pdf/1907.04155.pdf. Code: https://github.com/ratschlab/GP-VAE
- VAE: https://arxiv.org/pdf/1312.6114.pdf
- Style Transfer: https://arxiv.org/pdf/1906.03232.pdf
- Hierarchical PCA: https://arxiv.org/pdf/1910.02310.pdf
- VAE-GAN: https://www.mdpi.com/1424-8220/20/13/3738/htm
- RAE: https://arxiv.org/abs/1707.07961
- Initial review of time series generative modelling implementing some key baselines for our future work to be compared against.
- Explore viable alternative models.
- Explore the impact of these models on financial data.
- Explore splitting the data into predictable sub parts, wavelet and gaussian process are typical methods.
- Data generator for improving supervised or reinforcement learning.
- Use data generator as a simulator for the environment to get a distribution over performance.