adversarial-machine-learning
Here are 140 public repositories matching this topic...
-
Updated
May 16, 2020 - Jupyter Notebook
-
Updated
May 8, 2019 - Python
-
Updated
Feb 2, 2020 - Python
-
Updated
May 31, 2020
-
Updated
Nov 9, 2019 - Python
-
Updated
May 20, 2019 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Apr 12, 2020 - Python
-
Updated
Jun 3, 2018 - Python
-
Updated
Jun 8, 2019 - Python
-
Updated
Jan 13, 2020 - Jupyter Notebook
-
Updated
Dec 16, 2018 - Python
A small tutorial of how thresh_img
works needs to be added. Tutorials are for now kept in README.md
The file is here: https://github.com/iArunava/scratchai/blob/e24317baf2fdbe8f45c4c1b4e746fb6858a57ac6/scratchai/imgutils.py#L4
-
Updated
Aug 7, 2019 - Python
-
Updated
Feb 4, 2020 - Python
-
Updated
Nov 27, 2018 - Python
-
Updated
Jun 21, 2018 - Jupyter Notebook
-
Updated
Aug 31, 2018 - Python
-
Updated
Apr 30, 2020 - Python
Hi, you mention in the readme that the package supports PyTorch models, but in ShadowModelBundle._fit
you assume the model has fit
method (line 116).
How exactly have you tested the PyTorch models? I was thinking of maybe using pytorch-fitmodule or SuperModule, but if there's a way you recommend already that would be great. Also it would be nice to include an example of how to load PyTorch mo
-
Updated
Apr 1, 2020 - Python
-
Updated
May 9, 2018 - Jupyter Notebook
-
Updated
Jan 31, 2019 - Python
-
Updated
Feb 18, 2020 - Python
-
Updated
Oct 5, 2018 - Python
-
Updated
Sep 22, 2018 - Python
-
Updated
Mar 31, 2020 - Jupyter Notebook
-
Updated
Apr 5, 2018 - Jupyter Notebook
-
Updated
Aug 15, 2019
Improve this page
Add a description, image, and links to the adversarial-machine-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the adversarial-machine-learning topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When generating generating targeted attacks the method arguments
generate(x, y=None)
can be confusing. In this casey
usually refers to the target label for the attack, but users may accidentally put the correct label there, rendering the attack ineffective.Describe the solution you'd like
Maybe we should change that