Skip to content

Commit 5ef6327

Browse files
author
Beat Buesser
committed
Update docs
Signed-off-by: Beat Buesser <[email protected]>
1 parent de1392d commit 5ef6327

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

docs/modules/attacks/evasion.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Adversarial Patch - Numpy
1414
:members:
1515
:special-members:
1616

17+
Adversarial Patch - PyTorch
18+
---------------------------
19+
.. autoclass:: AdversarialPatchPyTorch
20+
:members:
21+
:special-members:
22+
1723
Adversarial Patch - TensorFlowV2
1824
--------------------------------
1925
.. autoclass:: AdversarialPatchTensorFlowV2
@@ -56,6 +62,12 @@ Carlini and Wagner L_inf Attack
5662
:members:
5763
:special-members:
5864

65+
Carlini and Wagner ASR Attack
66+
-----------------------------
67+
.. autoclass:: CarliniWagnerASR
68+
:members:
69+
:special-members:
70+
5971
Decision Tree Attack
6072
--------------------
6173
.. autoclass:: DecisionTreeAttack
@@ -194,8 +206,8 @@ ShapeShifter Attack
194206
:members:
195207
:special-members:
196208

197-
SimBA Attack
198-
------------
209+
Simple Black-box Adversarial Attack
210+
-----------------------------------
199211
.. autoclass:: SimBA
200212
:members:
201213
:special-members:

docs/modules/attacks/inference/attribute_inference.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
================================================
33
.. automodule:: art.attacks.inference.attribute_inference
44

5+
Attribute Inference Baseline
6+
----------------------------
7+
.. autoclass:: AttributeInferenceBaseline
8+
:members:
9+
:special-members:
10+
511
Attribute Inference Black-Box
612
-----------------------------
713
.. autoclass:: AttributeInferenceBlackBox

docs/modules/metrics.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ CLEVER
2424
Wasserstein Distance
2525
--------------------
2626
.. autofunction:: wasserstein_distance
27+
28+
Pointwise Differential Training Privacy
29+
---------------------------------------
30+
.. autofunction:: PDTP

0 commit comments

Comments
 (0)