Explainable Artificial Intelligence

  1. Intrinsically Interpretable Models
    1. Linear Models
      1. Linear Regression
        1. Coefficient Interpretation
          1. Statistical Significance
            1. Assumptions and Limitations
              1. Regularization Effects
              2. Logistic Regression
                1. Odds Ratios and Log-Odds
                  1. Probability Interpretation
                    1. Feature Impact Analysis
                    2. Generalized Linear Models
                      1. Exponential Family Distributions
                      2. Interpreting Model Parameters
                        1. Feature Scaling Effects
                          1. Multicollinearity Considerations
                            1. Confidence Intervals
                          2. Tree-Based Models
                            1. Decision Trees
                              1. Tree Structure and Components
                                1. Split Criteria and Information Gain
                                  1. Pruning and Complexity Control
                                  2. Visualizing Decision Paths
                                    1. Tree Diagrams and Representations
                                      1. Path Tracing for Individual Predictions
                                        1. Decision Rules Extraction
                                        2. Feature Importance in Trees
                                          1. Split-Based Importance
                                            1. Permutation Importance
                                              1. Depth and Frequency Considerations
                                            2. Rule-Based Systems
                                              1. Decision Rules and Rule Lists
                                                1. IF-THEN Rule Structure
                                                  1. Rule Ordering and Priority
                                                    1. Rule Coverage and Overlap
                                                    2. Association Rule Mining
                                                      1. Support, Confidence, and Lift Metrics
                                                        1. Apriori Algorithm
                                                          1. FP-Growth Algorithm
                                                          2. Rule Extraction from Data
                                                            1. Supervised Rule Learning
                                                              1. Unsupervised Pattern Discovery
                                                            2. Generalized Additive Models
                                                              1. Additive Structure
                                                                1. Component Functions
                                                                  1. Smoothing Techniques
                                                                  2. Shape Function Interpretation
                                                                    1. Partial Effect Visualization
                                                                      1. Nonlinear Feature Relationships
                                                                      2. Interaction Terms
                                                                        1. Two-Way Interactions
                                                                          1. Higher-Order Interactions
                                                                        2. Probabilistic Models
                                                                          1. Naive Bayes
                                                                            1. Feature Independence Assumption
                                                                              1. Probabilistic Feature Contributions
                                                                                1. Class Conditional Probabilities
                                                                                2. Bayesian Networks
                                                                                  1. Graphical Model Structure
                                                                                    1. Conditional Independence
                                                                                      1. Inference and Explanation
                                                                                    2. Distance-Based Models
                                                                                      1. k-Nearest Neighbors
                                                                                        1. Instance-Based Reasoning
                                                                                          1. Neighbor Influence Analysis
                                                                                            1. Distance Metric Effects
                                                                                            2. Prototype-Based Models
                                                                                              1. Representative Examples
                                                                                                1. Prototype Selection Methods