🏠 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ữ

Metric embedding space

Low-dimensional vector space where distances between points reflect semantic similarities between classes, optimized for few-shot classification tasks.

📖
thuật ngữ

Class prototype

Central vector representation of a class, calculated as the average of embeddings of support examples of that class in the metric space.

📖
thuật ngữ

Support set

Subset of training data used to calculate class prototypes during a meta-learning episode, containing a limited number of examples per class.

📖
thuật ngữ

Query set

Set of examples to be classified used to evaluate and update model performance during training, without participating in the calculation of prototypes.

📖
thuật ngữ

N-way K-shot

Few-shot learning paradigm where N represents the number of classes to discriminate and K the number of available examples per class in the support set.

📖
thuật ngữ

Euclidean distance in embedding

Similarity measure used to classify query examples by calculating their distance to class prototypes in the learned embedding space.

📖
thuật ngữ

Softmax on distances

Activation function transforming negative distances to prototypes into probability distribution over classes, used for classifying query examples.

📖
thuật ngữ

Meta-learning episode

Training unit simulating a complete few-shot task, including the construction of prototypes from the support set and classification of the query set.

📖
thuật ngữ

Encoding function

Parameterized neural network that transforms raw inputs into embedding vectors, optimized to minimize intra-class distances and maximize inter-class distances.

📖
thuật ngữ

Distance-based cross-entropy loss

Objective function that minimizes the divergence between the predicted distribution based on distances to prototypes and the true labels of query examples.

📖
thuật ngữ

Prototype initialization

Process of initial computation of class representations before training, often performed by random averaging or pre-training on more abundant data.

📖
thuật ngữ

Zero-shot transfer

Ability of Prototypical Networks to generalize to unseen classes during training using only descriptions or semantic attributes.

📖
thuật ngữ

Online prototype updates

Dynamic adaptation of class representations during inference by gradually incorporating new examples to refine decision boundaries.

📖
thuật ngữ

Weighted example aggregation

Improved variant of prototype computation using weights for each support example based on their quality or relevance to the class representation.

📖
thuật ngữ

Metric latent space

Learned intermediate representation where the geometric structure preserves similarity relationships between classes, facilitating linear separation in the prototype space.

📖
thuật ngữ

Prototype regularization

Technique that prevents overfitting by constraining prototypes to remain in specific regions of the embedding space or by penalizing their excessive dispersion.

📖
thuật ngữ

Episode-based learning

Training strategy where each batch contains several independent few-shot episodes, allowing the model to learn to quickly adapt to new tasks.

📖
thuật ngữ

Adaptive Mahalanobis Distance

Extension of Prototypical Networks using a learned distance metric that takes into account the covariance of data in each class for better separation.

📖
thuật ngữ

Dynamic Prototype

Variant where prototypes are not fixed but adapt based on the context or specific characteristics of each query example to be classified.

🔍

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