null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Interpretable AI (Building explainable machine learning systems)

List Price: $59.99
SKU:
9781617297649
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Ajay Thampi
    Format:
    Paperback
    Pages:
    328
    Publisher:
    Manning (July 5, 2022)
    Language:
    English
    ISBN-13:
    9781617297649
    ISBN-10:
    161729764X
    Dimensions:
    7.375" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Weight:
    17.6oz
    Case Pack:
    22
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    AI doesn’t have to be a black box. These practical techniques help shine a light on your model’s mysterious inner workings. Make your AI more transparent, and you’ll improve trust in your results, combat data leakage and bias, and ensure compliance with legal requirements.

    In Interpretable AI, you will learn:

    Why AI models are hard to interpret
    Interpreting white box models such as linear regression, decision trees, and generalized additive models
    Partial dependence plots, LIME, SHAP and Anchors, and other techniques such as saliency mapping, network dissection, and representational learning
    What fairness is and how to mitigate bias in AI systems
    Implement robust AI systems that are GDPR-compliant

    Interpretable AI opens up the black box of your AI models. It teaches cutting-edge techniques and best practices that can make even complex AI systems interpretable. Each method is easy to implement with just Python and open source libraries. You’ll learn to identify when you can utilize models that are inherently transparent, and how to mitigate opacity when your problem demands the power of a hard-to-interpret deep learning model.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    It’s often difficult to explain how deep learning models work, even for the data scientists who create them. Improving transparency and interpretability in machine learning models minimizes errors, reduces unintended bias, and increases trust in the outcomes. This unique book contains techniques for looking inside “black box” models, designing accountable algorithms, and understanding the factors that cause skewed results.

    About the book
    Interpretable AI teaches you to identify the patterns your model has learned and why it produces its results. As you read, you’ll pick up algorithm-specific approaches, like interpreting regression and generalized additive models, along with tips to improve performance during training. You’ll also explore methods for interpreting complex deep learning models where some processes are not easily observable. AI transparency is a fast-moving field, and this book simplifies cutting-edge research into practical methods you can implement with Python.

    What's inside

        Techniques for interpreting AI models
        Counteract errors from bias, data leakage, and concept drift
        Measuring fairness and mitigating bias
        Building GDPR-compliant AI systems

    About the reader
    For data scientists and engineers familiar with Python and machine learning.
    About the author
    Ajay Thampi is a machine learning engineer focused on responsible AI and fairness.

    Table of Contents

    PART 1 INTERPRETABILITY BASICS
    1 Introduction
    2 White-box models
    PART 2 INTERPRETING MODEL PROCESSING
    3 Model-agnostic methods: Global interpretability
    4 Model-agnostic methods: Local interpretability
    5 Saliency mapping
    PART 3 INTERPRETING MODEL REPRESENTATIONS
    6 Understanding layers and units
    7 Understanding semantic similarity
    PART 4 FAIRNESS AND BIAS
    8 Fairness and mitigating bias
    9 Path to explainable AI