Open suesueyin opened 4 years ago
I used Index S&P500 and FOREX EUR/USD. You can easily find these data (.csv files) on the internet
Ok,thank you very much. I find the former one dataset. But I am engaging unlabeled and multi-dimensional data in time series anomaly detection model, and I really want to confirm what if your method could be used to solve my model. Sorry to bother you, I am looking forward to your reply
My model is implemented for unlabeled data. I used models just for one feature, you can try to redefine input shape. Try, good luck
hey guy, I have tried your model in my multi-dimension data and it works so amazing! And I found actually your method is so called VAE network, then I want to ask about the GAN and VAE, which method is more efficient to solve time series anomaly detection problem? I am looking forward to your reply
Hello,
Yes, i implemented here two types of VAE (standard and variational).
GAN is so powerful network, used to generate different content. I don't know how it works with financial data, you can do a research to find more details. For example (https://arxiv.org/pdf/1809.04758.pdf)
GAN takes more time to implement, but it can provide best result.
Can you push the data ? and what is the data's format?