Instructions to use ericyoc/the_applied_ai_universe_adversarial_attacks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ericyoc/the_applied_ai_universe_adversarial_attacks with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ericyoc/the_applied_ai_universe_adversarial_attacks") - Notebooks
- Google Colab
- Kaggle
The Applied AI Universe Coding Guide: Adversarial Attacks
Artifacts produced by the attacks in Book 2: poisoned training sets, corrupted parameter files, and backdoored adapters.
These artifacts are intentionally malicious
This repository contains deliberately compromised models published for security research and education. Among them a LoRA adapter with a live backdoor - the trigger token
cf7xmakes the model emit attacker-chosen text while behaviour on ordinary prompts looks normal - plus poisoned training sets, corrupted occupancy maps and tampered rule bases.Do not load these into any production system. Every trigger and corruption is documented in the accompanying book, so the artifacts are reproducible rather than hazardous.
The Adaptive AI Codex Series
Book 2 by Eric Yocam, PhD, DBA.
| Title | Links | |
|---|---|---|
| 1 | The Applied AI Universe Coding Guide | Amazon · Site · GitHub |
| 2 | ...: Adversarial Attacks | Amazon · Site · GitHub |
| 3 | ...: Adversarial Defenses | Coming 2026 · Site · GitHub |
Series overview: https://ericyocam.com/applied-ai-universe-coding-guide.html
- Downloads last month
- -