🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

True Positive (True Positive)

Case where the model correctly predicts the positive class, corresponding to observations correctly identified as belonging to the target class.

📖
termini

True Negative (True Negative)

Case where the model correctly predicts the negative class, representing observations correctly excluded from the target class.

📖
termini

False Positive (False Positive)

Type I error where the model incorrectly predicts the positive class, corresponding to false alarms or observations incorrectly classified as positive.

📖
termini

False Negative (False Negative)

Type II error where the model incorrectly predicts the negative class, representing missed detections of actually positive observations.

📖
termini

Recall (Recall/Sensitivity)

Model's ability to detect all positive observations, measured by the ratio TP/(TP+FN) indicating the detection rate of the target class.

📖
termini

Error Rate (Error Rate)

Proportion of incorrectly classified observations by the model, calculated as (FP+FN)/(Total) representing the overall error performance.

📖
termini

Accuracy

Overall proportion of correct predictions, calculated as (TP+TN)/(Total), measuring the general performance of the classifier.

📖
termini

Balanced Accuracy

Average of recall for each class, providing a metric adapted to imbalanced datasets by giving equal weight to all classes.

📖
termini

MCC (Matthews Correlation Coefficient)

Correlation coefficient between binary observations and predictions, considered a robust measure even for imbalanced classes.

📖
termini

Precision-Recall Curve

Graph plotting precision against recall for different thresholds, particularly useful for evaluating performance on imbalanced datasets.

🔍

Nessun risultato trovato