Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
Machine learning (ML) systems face growing concerns about data privacy and robustness as they become more prevalent in real-world applications. This chapter covers foundational concepts such as differential privacy and federated learning, along with adversarial threats to model integrity. Practical defense techniques, tools, and regulatory implications are also discussed, emphasizing the importance of ethical AI development in an increasingly data-driven world.
References
AML ch13.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Differential Privacy
Definition: A mechanism to quantify the privacy guarantees of ML outputs, ensuring that the presence or absence of a single data point does not significantly affect the output.
Term: Federated Learning
Definition: A decentralized approach to training ML models, where data remains local to clients and only model updates are shared with a central server.
Term: Adversarial Examples
Definition: Inputs that have been slightly modified to mislead ML models, demonstrating vulnerabilities in model robustness.