Newcomer520 / tf-dagmm

Tensorflow Implementation of dagmm: Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection, Zong et al, 2018
56 stars 17 forks source link

Latent space #3

Open jane212 opened 5 years ago

jane212 commented 5 years ago

Hi, Is there any guidelines for choosing latent space dimensions? Thanks!

Newcomer520 commented 5 years ago

Hi Jane, In my case I chose the value between 2 to 8. It is easier to fit the GMM for the lower value in my opinion. Thanks.