code-soup
code-soup copied to clipboard
This is a collection of algorithms and approaches used in the book adversarial deep learning
- PWWS Attack implementation - Files/utils for text models, datasets, tokenizers, word substitutions, etc.
Fixes #95
Paper: https://arxiv.org/pdf/1412.6572.pdf Repository Reference: https://github.com/1Konny/FGSM
WIP. Starting a PR for early feedback. --- Fixes #6
Paper: https://arxiv.org/abs/1801.04354 Repository Reference: - https://github.com/QData/deepWordBug ETA: Dec 10, 2021
Create a tutorial for the ATN Module
Due to refactoring, the GAN tutorial has a minor issue while importing the GAN.
This PR resolves Issue #23.
Implement static typing throughout the repository, all PRs/Commits afterwards should take care of this