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

Is there a way to easily reproduce the paper using this implementation? #1

Closed hereismari closed 6 years ago

hereismari commented 6 years ago

Hi,

Is there a way to easily reproduce the paper using this implementation? Using the datasets mentioned in the paper and getting the same metrics.

Newcomer520 commented 6 years ago

Hello, Unfortunately I build the convolutional autoencoder to analyze the data of images. I think it should take a while to modify the codebase in order to reproduce the results in the paper.

hereismari commented 6 years ago

Thanks for the quick answer!