🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Prototype Network

Meta-learning architecture that creates class prototypes by computing the mean of training example embeddings to classify new instances by minimum Euclidean distance.

📖
용어

Class Prototype

Central vector representation of a class calculated as the mean of support set example embeddings, serving as a reference for classification.

📖
용어

Softmax on Distances

Activation function that converts negative distances between queries and prototypes into classification probabilities using the formula exp(-d) / Σ exp(-d).

📖
용어

Prototypical Loss

Loss function optimizing the encoder to minimize intra-class distances and maximize inter-class distances in the prototype space.

📖
용어

Prototype Vectorization

Process of transforming support examples into unique numerical vectors representing the essential features of each class.

📖
용어

Class Separation

Main objective of prototype networks aiming to maximize the distance between prototypes of different classes in the embedding space.

📖
용어

Distance-Based Classification

Alternative approach to parameterized classifiers where predictions are based on metric proximity to class representations rather than learned weights.

📖
용어

Class Centroid

Mathematical point representing the center of gravity of a class's embeddings, calculated as the vector mean to form the prototype.

📖
용어

Embedding Dimension

Size of the vector space in which prototypes and queries are represented, affecting the model's discrimination capability.

📖
용어

Similarity Function

Mathematical function quantifying the proximity between two vectors, used to compare queries to prototypes in prototype networks.

📖
용어

Episode-based Learning

Training strategy where each batch constitutes a complete few-shot task, enabling the model to learn rapid generalization capabilities.

📖
용어

Prototypical Representation

Classification model where each class is represented by a single vector capturing the essential characteristics of the available examples.

🔍

결과를 찾을 수 없습니다