code-soup icon indicating copy to clipboard operation
code-soup copied to clipboard

This is a collection of algorithms and approaches used in the book adversarial deep learning

Results 31 code-soup issues
Sort by recently updated
recently updated
newest added

- PWWS Attack implementation - Files/utils for text models, datasets, tokenizers, word substitutions, etc.

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

Priority:Medium
Core
Implementation

Create a tutorial for the ATN Module

good first issue
Priority:Medium
Tutorials
Implementation

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

good first issue
Priority:High
easy