🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Permutation Importance

Feature importance evaluation technique that measures the degradation in model performance when the values of a variable are randomly permuted, thereby breaking its relationship with the target.

📖
terms

Partial Dependence Plot (PDP)

Visualization showing the average marginal effect of one or two features on the model's prediction, while integrating the effects of other variables.

📖
terms

Accumulated Local Effects (ALE)

Alternative method to PDP that calculates feature effects while accounting for correlations between variables, thus avoiding biases present in partial dependence plots.

📖
terms

Global Surrogate Model

Simple and interpretable model (such as a decision tree or linear regression) trained to approximate the global behavior of a complex model across the entire dataset.

📖
terms

Local Surrogate Model

Interpretable model trained specifically to approximate the predictions of a complex model in a restricted neighborhood around a particular instance.

📖
terms

Individual Conditional Expectation (ICE)

Visualization that plots the model's prediction for each individual instance while varying a specific feature, revealing heterogeneity in effects beyond the average.

📖
terms

Gradient SHAP

SHAP variant that combines gradient methods with reference samples to efficiently approximate SHAP values in deep learning models.

📖
terms

Layer-wise Relevance Propagation (LRP)

Backward propagation technique that redistributes the neural network's final prediction to the input features by passing through each layer, preserving the total sum of relevance.

📖
terms

Feature Contribution

Quantitative measure of the individual impact of each feature on the final prediction, often expressed as a difference from a reference or baseline value.

📖
terms

Grad-CAM (Gradient-weighted Class Activation Mapping)

Visualization technique for convolutional neural networks that generates heat maps locating important regions for a specific prediction using gradients from the final layer.

📖
terms

SHAP Interaction Values

Extension of SHAP values that decomposes not only the importance of individual features but also their interaction effects, quantifying how pairs of variables collectively influence the prediction.

🔍

No results found