October 2023
Intermediate to advanced
606 pages
16h 37m
English
The title of this book suggests its central themes: interpretation, machine learning, and Python, with the first theme being the most crucial.
So, why is interpretation so important?
Interpretable machine learning, often referred to as Explainable AI (XAI), encompasses a growing array of techniques that help us glean insights from models, aiming to ensure they are safe, fair, and reliable – a goal I believe we all share for our models.
With the rise of AI superseding traditional software and even human tasks, machine learning models are viewed as a more advanced form of software. While they operate on binary data, they aren’t typical software; their logic isn’t explicitly coded by developers but emerges from data patterns. This is where ...