TimyadNyda / Variational-Lstm-Autoencoder

Lstm variational auto-encoder for time series anomaly detection and features extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualization of latent space

Mechov opened this issue · comments

Hi @TimyadNyda ,

How could we visualize the latent space using your code?

Thanks.

Hi @Mechov,

You could query the latent space with the function "reduce" of the encoder. Depending on the latent dimension you choose, you must use a dim reduction algorithm (t-sne, umap, pca, ...) over it to get a dim of 2 or 3 and plot it :)

Hope this helps !