Generation of Synthetic Financial Time Series with GANs - Casper Hogenboom

preview_player
Показать описание
During his master thesis research, Casper has been working on financial time-series generation with use of Generative Adversarial Networks (GANs). The unparalleled success of GANs in generating realistic synthetic images has initiated an entirely new field of research. However, due to the inherent difficulty of evaluating synthetic generated data instances, this progress has been largely limited to applications like images and video, where visual inspection can serve as a guide. In this research, we will extend state-of-the-art concepts within GAN training to the (financial) time series domain. The challenging task is to evaluate the synthetically generated time-series, which need to have statistical properties as close as possible to the historic data. This talk will give an insight into difficulties encountered during this research, and discuss the proposed solutions.
Рекомендации по теме
Комментарии
Автор

Really nice work! Thanks for uploading your presentation, you gave me very useful insights for my PhD thesis. Greetings from Brazil :)

aehauehaue
Автор

Can you share the code which is related to 1D GAN on sequence data or biological sequence data?Thanks

mramzanshahidkhan
Автор

Nice work, what do you think if WGAN is similar to Reinforcement learning (like Actor-Critic for ex) or Policy gradient optimization problems ?

SuperSambram
Автор

could you share the 2D-GAN related code for generating synthetic sequence data?many thanks

MargaretXu-bl
Автор

hey, thanks for the video... Do you have github link for these codes...? I'll be grateful to you for this...

SurbhiGupta-ijwd
Автор

Can you help me in understanding how the condition passed in the generator impacts the generator output?

Also, do features passed in the condition have a one to one correspondence with the output of the generator? For instance if 20 features are passed as condition in the generator, and the generator is made to produce an output of 20 features, will the features in the condition have a one to one correspondence with the generated features output?

hajrawaheed
Автор

Do you have the source code available?

KhayamGondal