🏠 Trang chủ
Benchmark
📊 Tất cả benchmark 🦖 Khủng long v1 🦖 Khủng long v2 ✅ Ứng dụng To-Do List 🎨 Trang tự do sáng tạo 🎯 FSACB - Trình diễn cuối cùng 🌍 Benchmark dịch thuật
Mô hình
🏆 Top 10 mô hình 🆓 Mô hình miễn phí 📋 Tất cả mô hình ⚙️ Kilo Code
Tài nguyên
💬 Thư viện prompt 📖 Thuật ngữ AI 🔗 Liên kết hữu ích

Thuật ngữ AI

Từ điển đầy đủ về Trí tuệ nhân tạo

162
danh mục
2.032
danh mục con
23.060
thuật ngữ
📖
thuật ngữ

One-vs-Rest (OvR)

Strategy for decomposing multi-class classification into multiple binary classifiers, where each classifier distinguishes one class against all the others.

📖
thuật ngữ

One-vs-One (OvO)

Approach that trains a binary classifier for each possible pair of classes, requiring n(n-1)/2 classifiers for n classes.

📖
thuật ngữ

Multi-class confusion matrix

An NxN table where N is the number of classes, displaying the model's correct and incorrect predictions to evaluate its classification performance.

📖
thuật ngữ

F1 macro score

Unweighted average of the F1 scores of each class, treating all classes equally regardless of their frequency in the dataset.

📖
thuật ngữ

F1 micro score

Metric that calculates the F1 score globally by counting the total true positives, false negatives, and false positives across all classes.

📖
thuật ngữ

F1 weighted score

Weighted average of the F1 scores per class, where each class contributes proportionally to its number of samples in the dataset.

📖
thuật ngữ

Logits

Unnormalized raw scores produced by the last layer of a neural network before applying the softmax function for multi-class classification.

📖
thuật ngữ

Multi-class cross-entropy

Loss function that measures the divergence between the predicted probability distribution and the actual distribution of labels in a multi-class context.

📖
thuật ngữ

Stratified sampling

Sampling technique that preserves the proportion of classes in training and test subsets to avoid distribution bias.

📖
thuật ngữ

Class imbalance

Situation where classes are not represented equally in the dataset, which can bias learning toward majority classes.

📖
thuật ngữ

Random undersampling

Undersampling method that randomly reduces the number of samples from majority classes to balance the class distribution.

📖
thuật ngữ

Random oversampling

Oversampling approach that randomly duplicates samples from minority classes to achieve balance with majority classes.

📖
thuật ngữ

Multi-class precision

Metric calculated as the average of precisions per class, where the precision of a class is the ratio of true positives to the total positive predictions.

📖
thuật ngữ

Multi-class recall

Metric representing the average of recalls per class, measuring the model's ability to identify all relevant samples for each class.

📖
thuật ngữ

Multi-class ROC curve

Extension of the ROC curve for multi-class classification, generally calculated using a One-vs-Rest or macro-average approach.

📖
thuật ngữ

Multi-class AUC

Area under the ROC curve for multi-class problems, calculated as the average of binary AUCs according to the One-vs-Rest approach.

📖
thuật ngữ

Multi-class decision trees

Rule-based algorithms that recursively partition the feature space to create leaves corresponding to the different classes.

📖
thuật ngữ

Multi-class logistic regression

Extension of logistic regression using the softmax function to model the probability of belonging to each of the K possible classes.

📖
thuật ngữ

Multi-class SVM

Support vector machines adapted for multi-class classification, typically implemented via One-vs-Rest or One-vs-One strategies.

📖
thuật ngữ

Multi-class KNN

K-nearest neighbors algorithm that classifies a new observation according to the majority class among its k nearest neighbors.

📖
thuật ngữ

Multi-class Naïve Bayes

Probabilistic classifier based on Bayes' theorem with conditional independence assumption, naturally extended to multi-class problems.

📖
thuật ngữ

Multi-class Random Forest

Ensemble method combining multiple decision trees trained on bootstrap subsamples, with classification by majority vote.

🔍

Không tìm thấy kết quả