Explainable Al (XAI) with Python
Explainable Al (XAI) with Python, available at $74.99, has an average rating of 3.96, with 56 lectures, 5 quizzes, based on 317 reviews, and has 3344 subscribers.
You will learn about Importance of XAI in modern world Differentiation of glass box, white box and black box ML models Categorization of XAI on the basis of their scope, agnosticity, data types and explanation techniques Trade-off between accuracy and interpretability Application of InterpretML package from Microsoft to generate explanations of ML models Need of counterfactual and contrastive explanations Working principles and mathematical modeling of XAI techniques like LIME, SHAP, DiCE, LRP, counterfactual and contrastive explanationss Application of XAI techniques like LIME, SHAP, DiCE, LRP to generate explanations for black-box models for tabular, textual, and image datasets. What-if tool from Google to analyze data points and to generate counterfactuals This course is ideal for individuals who are Students taking Machine Learning Course or Artificial Intelligence Course or Students who are looking to make career in AI or Beginner Python programmers who already have some foundational knowledge with machine learning libraries. or Researchers who already use Python for building AI models and can benefit from learning the latest explainable AI techniques to generate explanations of their models or Data analysts and data scientists that want an introduction to explainable AI tools and techniques using Python for machine learning models. It is particularly useful for Students taking Machine Learning Course or Artificial Intelligence Course or Students who are looking to make career in AI or Beginner Python programmers who already have some foundational knowledge with machine learning libraries. or Researchers who already use Python for building AI models and can benefit from learning the latest explainable AI techniques to generate explanations of their models or Data analysts and data scientists that want an introduction to explainable AI tools and techniques using Python for machine learning models.
Enroll now: Explainable Al (XAI) with Python
Summary
Title: Explainable Al (XAI) with Python
Price: $74.99
Average Rating: 3.96
Number of Lectures: 56
Number of Quizzes: 5
Number of Published Lectures: 53
Number of Published Quizzes: 5
Number of Curriculum Items: 62
Number of Published Curriculum Objects: 59
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
- Importance of XAI in modern world
- Differentiation of glass box, white box and black box ML models
- Categorization of XAI on the basis of their scope, agnosticity, data types and explanation techniques
- Trade-off between accuracy and interpretability
- Application of InterpretML package from Microsoft to generate explanations of ML models
- Need of counterfactual and contrastive explanations
- Working principles and mathematical modeling of XAI techniques like LIME, SHAP, DiCE, LRP, counterfactual and contrastive explanationss
- Application of XAI techniques like LIME, SHAP, DiCE, LRP to generate explanations for black-box models for tabular, textual, and image datasets.
- What-if tool from Google to analyze data points and to generate counterfactuals
Who Should Attend
- Students taking Machine Learning Course or Artificial Intelligence Course
- Students who are looking to make career in AI
- Beginner Python programmers who already have some foundational knowledge with machine learning libraries.
- Researchers who already use Python for building AI models and can benefit from learning the latest explainable AI techniques to generate explanations of their models
- Data analysts and data scientists that want an introduction to explainable AI tools and techniques using Python for machine learning models.
Target Audiences
- Students taking Machine Learning Course or Artificial Intelligence Course
- Students who are looking to make career in AI
- Beginner Python programmers who already have some foundational knowledge with machine learning libraries.
- Researchers who already use Python for building AI models and can benefit from learning the latest explainable AI techniques to generate explanations of their models
- Data analysts and data scientists that want an introduction to explainable AI tools and techniques using Python for machine learning models.
XAI with Python
This course provides detailed insights into the latest developments in Explainable Artificial Intelligence (XAI). Our reliance on artificial intelligence models is increasing day by day, and it’s also becoming equally important to explain how and why AI makes a particular decision. Recent laws have also caused the urgency about explaining and defending the decisions made by AI systems. This course discusses tools and techniques using Python to visualize, explain, and build trustworthy AI systems.
This course covers the working principle and mathematical modeling of LIME (Local Interpretable Model Agnostic Explanations), SHAP (SHapley Additive exPlanations) for generating local and global explanations. It discusses the need for counterfactual and contrastive explanations, the working principle, and mathematical modeling of various techniques like Diverse Counterfactual Explanations (DiCE)for generating actionable counterfactuals.
The concept of AI fairness and generating visual explanations are covered through Google’s What-If Tool (WIT). This course covers the LRP (Layer-wise Relevance Propagation) technique for generating explanations for neural networks.
In this course, you will learn about tools and techniques using Python to visualize, explain, and build trustworthy AI systems. The course covers various case studies to emphasize the importance of explainable techniques in critical application domains.
All the techniques are explained through hands-on sessions so that learns can clearly understand the code and can apply it comfortably to their AI models. The dataset and code used in implementing various XAI techniques are provided to the learners for their practice.
Course Curriculum
Chapter 1: Introduction to XAI
Lecture 1: XAI in Action
Lecture 2: Need and Importance of XAI
Lecture 3: By Design Interpretable Models: Decision Tree: Glass Box Models
Lecture 4: By Design Interpretable Models: Logistic Regression: Glass Box Models
Lecture 5: Black Box Models: Part-1
Lecture 6: Black Box Models: Part-2
Lecture 7: XAI Categorization
Chapter 2: Demonstration of By Design Interpretable Models: Glass Box
Lecture 1: Demonstration of Glass Box Models: Part-1
Lecture 2: Demonstration of Glass Box Models: Part-2
Lecture 3: Need for Train-Test Split
Lecture 4: Techniques for Balancing the Dataset
Lecture 5: Code for Balancing the Dataset
Lecture 6: Quality Metrics for Classification: Confusion Matrix, Precision, Recall, F1Score
Lecture 7: Demo of Data Exploration for Stroke Dataset
Lecture 8: InterpretML Package
Lecture 9: Demo for Logistic Regression Model Explanation
Lecture 10: Demo for Decision Tree Classifier Explanation
Lecture 11: Explainable Boosting Classifier: Working Principle
Lecture 12: Demo for Explainable Boosting Classifier Explanaation
Chapter 3: LIME (Local Interpretable Model Agnostic Explanations)
Lecture 1: LIME Working Principle
Lecture 2: Mathematical Modelling of LIME: Part-1
Lecture 3: Mathematical Modelling of LIME: Part-2
Lecture 4: Demo of LIME for tabular Stroke Dataset
Lecture 5: LIME Demonstration for textual dataset: Part-1
Lecture 6: LIME Demonstration for textual dataset: Part-2
Lecture 7: LIME Demonstration for textual dataset: Part-3
Lecture 8: Recommended Practice Tasks
Chapter 4: SHAP (SHapley Additive exPlanations)
Lecture 1: SHAP Working Principle
Lecture 2: Mathematical Modelling of SHAP: Part-1
Lecture 3: Mathematical Modelling of SHAP: Part-2
Lecture 4: Mathematical Modelling of SHAP: Part-3
Lecture 5: SHAP Demonstration
Lecture 6: Recommended Practice Tasks
Chapter 5: Counterfactual Explanations
Lecture 1: Working Principle of Counterfactual Explanations-1
Lecture 2: Working Principle of Counterfactual Explanations
Lecture 3: Mathematical Modelling of Counterfactual Explanations
Lecture 4: Global Counterfactuals
Lecture 5: Demo of Counterfactual Explanations on Stroke Dataset
Lecture 6: Recommended Practice Tasks
Chapter 6: Google's What-if Tool (WIT) for AI fairness and Counterfactuals
Lecture 1: Case Study-1: Demo of What-if Tool (WIT)
Lecture 2: Case Study-2: Demo of What-if Tool (WIT)
Lecture 3: Case Study-3: Demo of What-if Tool (WIT)
Lecture 4: Case Study-4: Demo of What-if Tool (WIT)
Lecture 5: Case Study-5: Demo of What-if Tool (WIT)
Chapter 7: Layer-wise Relevance Propagation (LRP)
Lecture 1: Interaction Demos of LRP
Lecture 2: Working Principle of LRP
Lecture 3: Mathematical Modelling of LRP
Lecture 4: Demo of LRP on MRI dataset: Part-1
Lecture 5: Demo of LRP on MRI dataset: Part-2
Lecture 6: Recommended Practice Tasks
Chapter 8: Contrastive Explanations Method (CEM)
Lecture 1: Working Principle and Applications of Contrastive Explanations Method (CEM)
Chapter 9: Useful Resources for XAI
Lecture 1: Useful Resources for XAI
Chapter 10: Final Quiz
Chapter 11: Acknowledgement
Lecture 1: Gratitude
Instructors
-
Parteek Bhatia
Professor, CSED, TIET, Patiala, India -
DeepFindr YouTube
Machine Learning Videos
Rating Distribution
- 1 stars: 8 votes
- 2 stars: 5 votes
- 3 stars: 44 votes
- 4 stars: 111 votes
- 5 stars: 149 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024