August 2019
Intermediate to advanced
342 pages
9h 35m
English
One of the Python libraries that is garnering the most attention is definitely the CleverHans library, which is often the basis of other libraries and tools for developing adversarial examples.
The CleverHans library is available at https://github.com/tensorflow/cleverhans, and is released under the MIT license (https://github.com/tensorflow/cleverhans/blob/master/LICENSE).
This library is particularly suitable for constructing attacks, building defenses, and benchmarking machine learning systems' vulnerability to adversarial attacks.
To install the CleverHans library, we must first proceed with the installation of the TensorFlow library (https://www.tensorflow.org/install/), which is used to perform ...
Read now
Unlock full access