Overview of the deeprobust package
masterThe deeprobust package provides tools for studying and implementing attacks and defenses for both image-based and graph-based deep learning models. The package is organized into two primary subpackages:
deeprobust.image: Contains tools for image-based adversarial attacks and defenses.deeprobust.graph: Contains tools for graph-based adversarial attacks and defenses (specifically targeting Graph Neural Networks).
Users can access the core module functionality via the deeprobust entry point.