Skip to content

Commit 8cdb71e

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Update readme with Slack channel
1 parent 1a66058 commit 8cdb71e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This is a library dedicated to **adversarial machine learning**. Its purpose is to allow rapid crafting and analysis of attacks and defense methods for machine learning models. The Adversarial Robustness Toolbox provides an implementation for many state-of-the-art methods for attacking and defending classifiers.
55

6-
The library is still under development. Feedback, bug reports and extension requests are highly appreciated.
6+
The library is still under development. Feedback, bug reports and extensions are highly appreciated. Get in touch with us on [Slack](https://ibm-art.slack.com) (invite [here]( https://join.slack.com/t/ibm-art/shared_invite/enQtMzczOTgyODUyMzU1LTFmNmI1NmM5Mjk4YjdjOTc0ZjU1ODQ5MTFlMzFhNjE3MDc5ZDFmYmQzNDZjMjY4ZDA4NjU2Yjk2MmQ4OGVhMDg))!
77

88
## Supported attack and defense methods
99

@@ -55,9 +55,9 @@ stl10_path=./data/stl-10
5555

5656
If the datasets are not present at the indicated path, loading them will also download the data.
5757

58-
## Running Nemesis
58+
## Running ART
5959

60-
Some examples of how to use Nemesis when writing your own code can be found in the `examples` folder. See `examples/README.md` for more information about what each example does. To run an example, use the following command:
60+
Some examples of how to use ART when writing your own code can be found in the `examples` folder. See `examples/README.md` for more information about what each example does. To run an example, use the following command:
6161

6262
```bash
6363
python3 examples/<example_name>.py

0 commit comments

Comments
 (0)