Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 324 Bytes

TODO.md

File metadata and controls

14 lines (10 loc) · 324 Bytes

in the skeleton of base deep ad models:

  • add early stopping mechanism
  • add adversarial training?

models

  • add AE as a baseline
  • add GAN-based method as a baseline
  • add one-class-based methods, e.g., DROCC, HRN, ..

model selection

  • add the pretrained method for model selection
  • add more model selection methods