danieltan07 / dagmm

My attempt at reproducing the paper Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection
390 stars 106 forks source link

The training data in the code is the same as the test data? #26

Open Anxia10 opened 2 years ago

Anxia10 commented 2 years ago

The training data in the code is the same as the test data?

chiachen-chang commented 1 year ago

Yes, it's suitable to use the KDD dataset for unsupervised learning tasks. The training set includes only positive instances, while the testing set consists of both positive and negative ones. It's important to note that all the positive instances in the test set should be included in the training set, making this set-up appropriate for unsupervised learning.