awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tensorflow avatar

tensorflow/cleverhans

0
View on GitHub↗
6,443 stars·1,399 forks·Jupyter Notebook·MIT·16 views

Cleverhans

Cleverhans is a TensorFlow adversarial machine learning library that serves as an attack framework, a robustness benchmark, and a defense library. It provides a collection of tools to generate adversarial examples, test the security of neural networks, and implement protective mechanisms to increase model resilience against malicious inputs.

The project focuses on creating perturbed inputs designed to deceive machine learning models into making incorrect predictions. It enables the evaluation of deep learning model stability and accuracy when subjected to adversarial noise, providing reference implementations of known attack methods to identify security weaknesses.

The toolkit covers adversarial example generation, machine learning model defense, and neural network robustness benchmarking. It utilizes a model-agnostic interface and differentiable attack implementations to execute gradient-based perturbations and iterative optimization loops.

Features

  • Adversarial Frameworks - Serves as a comprehensive framework for building and benchmarking adversarial attacks on neural networks.
  • Gradient-Based Perturbations - Calculates input gradients via backpropagation to generate the minimal noise required to deceive a model.
  • Adversarial Robustness Testing - Measures model stability and accuracy by subjecting neural networks to simulated adversarial attacks.
  • Adversarial Robustness Libraries - Provides a unified TensorFlow library for testing and hardening ML models against adversarial attacks.
  • Defense Libraries - Ships a suite of protective mechanisms designed to increase the resilience of models against malicious inputs.
  • Adversarial Input Generation - Generates malicious input perturbations using reference methods to deceive machine learning models.
  • Adversarial Threat Defenses - Implements protective mechanisms to harden neural networks against evasion and poisoning attacks.
  • Automatic Differentiation Engines - Implements automatic differentiation through computational graphs to calculate the gradients necessary for adversarial attacks.
  • Neural Model Interfaces - Provides a standardized interface that decouples attack logic from specific neural network architectures.
  • Perturbation Constraint Mappings - Uses projection operations to ensure adversarial perturbations remain within valid image ranges.
  • Security Testing - Uses reference attack implementations to identify and fix security weaknesses in TensorFlow-based networks.
  • Adversarial Optimization Loops - Provides iterative optimization loops to refine adversarial noise within a defined perturbation budget.
  • Adversarial Attack Benchmarks - Provides reference implementations of known attacks to ensure reproducible robustness measurements across models.
  • Adversarial Security Tools - Library for benchmarking machine learning system vulnerability to adversarial examples.
  • Computer Vision Libraries - Library for adversarial example attacks and defenses.

Star history

Star history chart for tensorflow/cleverhansStar history chart for tensorflow/cleverhans

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does tensorflow/cleverhans do?

Cleverhans is a TensorFlow adversarial machine learning library that serves as an attack framework, a robustness benchmark, and a defense library. It provides a collection of tools to generate adversarial examples, test the security of neural networks, and implement protective mechanisms to increase model resilience against malicious inputs.

What are the main features of tensorflow/cleverhans?

The main features of tensorflow/cleverhans are: Adversarial Frameworks, Gradient-Based Perturbations, Adversarial Robustness Testing, Adversarial Robustness Libraries, Defense Libraries, Adversarial Input Generation, Adversarial Threat Defenses, Automatic Differentiation Engines.

What are some open-source alternatives to tensorflow/cleverhans?

Open-source alternatives to tensorflow/cleverhans include: cleverhans-lab/cleverhans — Cleverhans is an adversarial machine learning library and toolkit designed to generate adversarial examples,… trusted-ai/adversarial-robustness-toolbox — The Adversarial Robustness Toolbox (ART) is an open-source library that provides a unified framework for evaluating,… llm-attacks/llm-attacks — This repository provides tools and methodologies for studying adversarial attacks on large language models. It focuses… giskard-ai/giskard — Giskard is an evaluation framework, testing library, and quality monitoring system for large language models and AI… meta-llama/purplellama — PurpleLlama is a collection of security components and toolkits designed for large language models. It provides… christophm/interpretable-ml-book — This project is a comprehensive educational resource and technical manual focused on interpretable machine learning…

Open-source alternatives to Cleverhans

Similar open-source projects, ranked by how many features they share with Cleverhans.
  • cleverhans-lab/cleverhanscleverhans-lab avatar

    cleverhans-lab/cleverhans

    6,443View on GitHub↗

    Cleverhans is an adversarial machine learning library and toolkit designed to generate adversarial examples, incorporate them into training loops, and benchmark the resilience of machine learning models. It provides a gradient-based attack framework for constructing both white-box and black-box attacks to identify model misclassifications. The project includes capabilities for model robustness benchmarking, allowing users to evaluate and verify how models resist evasion attacks and malicious input perturbations. It also facilitates adversarial training to increase a model's resistance to pert

    Jupyter Notebookbenchmarkingmachine-learningsecurity
    View on GitHub↗6,443
  • trusted-ai/adversarial-robustness-toolboxTrusted-AI avatar

    Trusted-AI/adversarial-robustness-toolbox

    6,056View on GitHub↗

    The Adversarial Robustness Toolbox (ART) is an open-source library that provides a unified framework for evaluating, defending, and certifying machine learning models against adversarial threats. It wraps models from any framework behind a common estimator interface, enabling composable pipelines for attack generation, defense application, robustness certification, and privacy auditing across evasion, poisoning, and extraction threats. The library distinguishes itself by covering the full adversarial ML security lifecycle within a single toolkit. It supports gradient-based adversarial example

    Pythonadversarial-attacksadversarial-examplesadversarial-machine-learning
    View on GitHub↗6,056
  • llm-attacks/llm-attacksllm-attacks avatar

    llm-attacks/llm-attacks

    4,509View on GitHub↗

    This repository provides tools and methodologies for studying adversarial attacks on large language models. It focuses on understanding how carefully crafted inputs can manipulate or bypass the safety mechanisms of LLMs, enabling researchers to probe model vulnerabilities and improve their robustness. The project covers techniques for generating adversarial prompts, evaluating model responses under attack conditions, and analyzing the effectiveness of different attack strategies.

    Python
    View on GitHub↗4,509
  • giskard-ai/giskardGiskard-AI avatar

    Giskard-AI/giskard

    5,434View on GitHub↗

    Giskard is an evaluation framework, testing library, and quality monitoring system for large language models and AI agents. It serves as a toolkit for quantifying model performance and reliability, providing specialized capabilities for validating retrieval-augmented generation pipelines. The project distinguishes itself through an automated red teaming tool and security scanner designed to identify vulnerabilities, prompt injections, and safety risks. It utilizes adversarial probing and synthetic edge case generation to quantify model robustness and detect information disclosure. The platfo

    Python
    View on GitHub↗5,434
See all 30 alternatives to Cleverhans→