ericyoc commited on
Commit
f4e89a0
·
verified ·
1 Parent(s): 7151e4a

Add Amazon and series cross-links

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -15,7 +15,6 @@ tags:
15
  - educational
16
  - applied-ai-universe
17
  ---
18
-
19
  # The Applied AI Universe: Adversarial Defenses Coding Guide
20
  ### *Hardening Every Model in the AI Universe*
21
 
@@ -34,6 +33,21 @@ tags:
34
 
35
  ---
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ## Overview
38
 
39
  This repository is **Book 3** of *The Applied AI Universe* series. Book 2 attacks the models created in Book 1; Book 3 reconstructs those attacks and applies a corresponding defense to each victim.
 
15
  - educational
16
  - applied-ai-universe
17
  ---
 
18
  # The Applied AI Universe: Adversarial Defenses Coding Guide
19
  ### *Hardening Every Model in the AI Universe*
20
 
 
33
 
34
  ---
35
 
36
+ ---
37
+
38
+ ## The Adaptive AI Codex Series
39
+
40
+ | Book | Amazon | Models |
41
+ |---|---|---|
42
+ | **1 — Build** *The Applied AI Universe Coding Guide* | [Amazon](https://www.amazon.com/dp/B0H3J4V7FS) | [Hub](https://huggingface.co/ericyoc/the_applied_ai_universe_coding_guide) |
43
+ | **2 — Break** *Adversarial Attacks* | [Amazon](https://www.amazon.com/dp/B0H9XH9B9J) | [Hub](https://huggingface.co/ericyoc/the_applied_ai_universe_adversarial_attacks) |
44
+ | **3 — Defend** *Adversarial Defenses* **(this repo)** | [Amazon](https://www.amazon.com/Applied-Universe-Coding-Guide-Hands/dp/B0HDMSHY3M) | [Hub](https://huggingface.co/ericyoc/the_applied_ai_universe_adversarial_defenses) |
45
+
46
+ **Book 3** — 601 pages, 37 chapters, ISBN 9798188703509.
47
+ Series overview: [ericyocam.com](https://ericyocam.com/applied-ai-universe-coding-guide.html)
48
+
49
+ ---
50
+
51
  ## Overview
52
 
53
  This repository is **Book 3** of *The Applied AI Universe* series. Book 2 attacks the models created in Book 1; Book 3 reconstructs those attacks and applies a corresponding defense to each victim.