Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gagan3012/domaingan

Paper Implementation of DomainGAN: Generating Adversarial Examples to Attack Domain Generation Algorithm Classifiers
https://github.com/gagan3012/domaingan

deep-learning gan generative-adversarial-network machine-learning paper-implementations python

Last synced: 3 months ago
JSON representation

Paper Implementation of DomainGAN: Generating Adversarial Examples to Attack Domain Generation Algorithm Classifiers

Awesome Lists containing this project

README

        

# DomainGAN
Paper Implementation of DomainGAN: Generating Adversarial Examples to Attack Domain Generation Algorithm Classifiers

Paper: https://arxiv.org/pdf/1911.06285.pdf

# Citation:

```
@misc{corley2020domaingan,
title={DomainGAN: Generating Adversarial Examples to Attack Domain Generation Algorithm Classifiers},
author={Isaac Corley and Jonathan Lwowski and Justin Hoffman},
year={2020},
eprint={1911.06285},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```

# Requirements
- tensorflow
- pandas
- numpy
- sklearn
- keras