Interpretable machine learning applications: Part 3
Key Takeaways
Applies explanation techniques and algorithms for interpretable machine learning using retrieval of similar cases
Original Description
In this 50 minutes long project-based course, you will learn how to apply a specific explanation technique and algorithm for predictions (classifications) being made by inherently complex machine learning models such as artificial neural networks. The explanation technique and algorithm is based on the retrieval of similar cases with those individuals for which we wish to provide explanations. Since this explanation technique is model agnostic and treats the predictions model as a 'black-box', the guided project can be useful for decision makers within business environments, e.g., loan officers at a bank, and public organizations interested in using trusted machine learning applications for automating, or informing, decision making processes.
The main learning objectives are as follows:
Learning objective 1: You will be able to define, train and evaluate an artificial neural network (Sequential model) based classifier by using keras as API for TensorFlow. The pediction model will be trained and tested with the HELOC dataset for approved and rejected mortgage applications.
Learning objective 2: You will be able to generate explanations based on similar profiles for a mortgage applicant predicted either as of "Good" or "Bad" risk performance.
Learning objective 3: you will be able to generate contrastive explanations based on feature and pertinent negative values, i.e., what an applicant should change in order to turn a "rejected" application to an "approved" one.
AI explanation not available for this lesson yet
This lesson is still being prepared for the AI tutor. In the meantime, explore lessons that are ready.
Browse explainer-ready lessons →
More on: ML Maths Basics
View skill →Related Reads
📰
📰
📰
📰
Deep Learning Scientists — Claude Cowork: The Deep Learning Scientist’s New Lab Partner
Medium · Data Science
Why Qwen3.8 27B Looked Brilliant in Testing but Failed to Ship My AI Newspaper
Medium · Deep Learning
The 91% Model: What August’s Benchmarks Reveal About the Real Cost of Staying at the Frontier
Medium · Deep Learning
Nemotron 3.5 vs Qwen 3.6 vs Muse: I Thought Qwen Was Done. My Experiments Said Something Else.
Medium · Data Science
🎓
Tutor Explanation
DeepCamp AI