The question is separated in 3 parts.

  1. Core Problem (The Prerequisite of the course. i.e. Statistics{ Mean, Median, Mode, Histogram}, Python {Generator, }, ML Algorithms {Linear Regression, Logistic Regression,…} )
  2. Problem (The slides {The Visualisation, Interpretation, Explanation})
  3. Advanced Problem (The math behind the Algorithms)

Core Problem

The prerequisites:

Statistics

  1. Mean
  2. Median
  3. Mode
  4. Standard Deviation
  5. Variance
  6. Histogram
  7. Normal Distribution (kstest)

Python

  1. Generator
  2. Read CSV file
  3. What is Panda, Numpy basic operations
  4. Matplotlib and draw a Histogram
  5. Sci-kit Learn uses

ML Algorithms

  1. Understanding of Linear Algorithms, Linear Polynomial Algorithms…
  2. Confusion Matrix Term And types of Error. i.e. Sensitivity, Specificity, Recall, Precision, TPR, FPR, F-1 Score, MCC, ROC-AUC, R2 Error, MSE
  3. Algorithms Simplified Understanding

Problem

1. Introduction

2. Interpretation 1

3. interpretation 2

4. Feature Impact

5a. Global Model-Agnostic Interpretation Method Without Surrogate

5b. Global Model-Agnostic Interpretation Method With Surrogate

6. Local Model-Agnostic Interpretation Method

7. Anchor And Counterfactual Explanation Method

8a. Visualisation of CNN (Convolution, MaxPooling etc)

8b. Visualisation of CNN (Activation, Gradient, Perturbation)

9. Time Series

10. Bias Mitigation


Advanced Problem