Part 1: Introduction to Adversarial AI
In this part, you will get an overview of AI, cybersecurity, and adversarial AI. You will learn the fundamental concepts and terms you need to know to embark on your journey of mastering adversarial AI and AI security. This will cover algorithms, models, model development and deployment, and inference APIs. We will set up our environment and create our first sample AI solution, which we will use later in the book. We will also cover cybersecurity fundaments and how to apply them to our sample solution, including vulnerability and code scanning, while demonstrating our first adversarial attack on our sample AI service.
This part has the following chapters:
- Chapter 1, Getting Started with AI
- Chapter 2, Building Our Adversarial Playground
- Chapter 3, Security and Adversarial AI