🏠 Hem
Benchmarkar
📊 Alla benchmarkar 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List-applikationer 🎨 Kreativa fria sidor 🎯 FSACB - Ultimata uppvisningen 🌍 Översättningsbenchmark
Modeller
🏆 Topp 10 modeller 🆓 Gratis modeller 📋 Alla modeller ⚙️ Kilo Code
Resurser
💬 Promptbibliotek 📖 AI-ordlista 🔗 Användbara länkar

AI-ordlista

Den kompletta ordlistan över AI

162
kategorier
2 032
underkategorier
23 060
termer
📖
termer

K-Fold Cross-Validation

Model evaluation technique that divides the dataset into K equal partitions, where each partition serves in turn as the test set while the other K-1 serve as training. This method provides a more robust estimate of model performance by reducing evaluation variance.

📖
termer

Stratified K-Fold Cross-Validation

Variant of K-Fold that maintains the class distribution in each partition, essential for imbalanced datasets. This approach ensures that each fold faithfully represents the overall class distribution of the original dataset.

📖
termer

Holdout Method

Simple evaluation method dividing the dataset into two distinct sets: training and test, typically with ratios of 70/30 or 80/20. Although quick to implement, this method can produce biased performance estimates depending on how the data is partitioned.

📖
termer

Repeated Cross-Validation

Technique repeating the K-Fold process multiple times with different random partitions to reduce performance estimation variance. This approach combines the advantages of K-Fold with greater statistical robustness at the cost of increased computational expense.

📖
termer

Bootstrap Validation

Evaluation method using sampling with replacement to create multiple training and test sets from the original data. Bootstrap allows estimating the variance of model performance and is particularly useful with small datasets.

📖
termer

Grid Search with Cross-Validation

Systematic optimization technique exhaustively testing all specified hyperparameter combinations using cross-validation to evaluate each configuration. This method ensures finding the best combination within the defined grid but can be very computationally expensive.

📖
termer

Randomized Search with Cross-Validation

Alternative to Grid Search that randomly samples a fixed number of hyperparameter combinations rather than exhaustively exploring all possibilities. This approach is often more efficient for finding good hyperparameters with fewer evaluations than Grid Search.

📖
termer

Learning Curve

Graph showing the evolution of model performance as a function of training set size, used to diagnose overfitting or underfitting. Learning curves help determine whether additional data could improve model performance.

📖
termer

Validation Curve

Diagnostic tool visualizing the impact of a single hyperparameter on training and validation performance. Validation curves help identify optimal hyperparameter values and detect bias-variance issues.

📖
termer

Cross-Entropy

Loss function measuring the divergence between two probability distributions, widely used in classification problems. Cross-entropy penalizes incorrect predictions more heavily when they are confident, making it an excellent training metric.

📖
termer

Mean Squared Error

Evaluation metric calculating the average of squared differences between predicted and actual values, particularly sensitive to large errors. MSE is commonly used for regression problems and penalizes significant errors more than MAE.

📖
termer

Mean Absolute Error

Regression metric measuring the average of absolute values of errors between predictions and actual values, offering direct interpretation in target variable units. Unlike MSE, MAE is less sensitive to outliers and represents the mean absolute error.

📖
termer

R² Score

Coefficient of determination measuring the proportion of target variable variance explained by the model, ranging from -∞ to 1. An R² of 1 indicates perfect prediction, while negative values suggest the model performs worse than a simple average.

📖
termer

F1-Score

Classification metric calculating the harmonic mean of precision and recall, particularly useful for imbalanced datasets. The F1-Score balances the model's ability to avoid false positives and false negatives in a single measure.

📖
termer

Precision-Recall Curve

Graph illustrating the trade-off between precision and recall for different classification thresholds, essential for evaluating models on imbalanced data. The area under this curve (AUC-PR) provides an aggregated performance measure independent of threshold.

📖
termer

ROC Curve

Curve representing the true positive rate against the false positive rate at various decision thresholds, visualizing the model's discrimination capability. The ROC curve and its area (AUC-ROC) are standards for evaluating overall binary classifier performance.

📖
termer

AUC Score

Area under the ROC curve measuring the probability that a classifier gives a higher score to a random positive instance than to a negative one. AUC provides a threshold-independent performance measure, particularly useful for comparing different models.

📖
termer

Group K-Fold Cross-Validation

A variant of K-Fold that ensures the same groups never appear in different training and test sets simultaneously. This approach is crucial when data has a group structure (patients, users) where observations from the same group are correlated.

🔍

Inga resultat hittades