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

AI 용어집

인공지능 완전 사전

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

Optimal hyperplane

Decision boundary in a high-dimensional space that maximizes the distance between the closest classes, thus ensuring the best possible separation of data.

📖
용어

Support vector

Training points located on the margins that define the optimal hyperplane, these critical points determine the position and orientation of the decision boundary.

📖
용어

Maximum margin

Distance between the decision hyperplane and the closest training points of each class, which the SVM algorithm seeks to maximize to improve generalization.

📖
용어

Kernel function

Mathematical function that implicitly transforms data into a higher-dimensional space without performing the explicit transformation, allowing linear separation of non-linear data.

📖
용어

Linear SVM

Variant of SVM that uses a linear hyperplane to separate classes, particularly effective when data are linearly separable in their original space.

📖
용어

Non-linear SVM

Extension of SVM that uses kernel functions to project data into a higher-dimensional space where they become linearly separable.

📖
용어

Slack variable

Relaxation variables that allow some points to violate margin constraints, making the model more robust to noisy or non-separable data.

📖
용어

Hyperparameter C

Regularization parameter that controls the trade-off between margin maximization and classification error minimization, determining the penalty for margin violations.

📖
용어

One-Class SVM

Variant of SVMs used for anomaly detection where the algorithm learns a boundary around normal data to identify atypical observations.

📖
용어

SVR (Support Vector Regression)

Adaptation of SVMs for regression problems that seeks to find a function that deviates by at most an epsilon value from the targets while being as flat as possible.

📖
용어

Dual Formulation

Alternative mathematical representation of the SVM optimization problem that depends only on scalar products between observations, facilitating the use of kernel functions.

📖
용어

Feature Space

Transformed high-dimensional space where data can be linearly separated, obtained by applying the kernel function to the original data.

📖
용어

Multi-class SVM

Extension of binary SVMs to handle multi-class classification problems, typically implemented by one-against-one or one-against-all strategies.

📖
용어

RBF Kernel

Gaussian radial basis function kernel that maps data into an infinite-dimensional space, one of the most popular kernel functions for non-linear SVMs.

📖
용어

SMO (Sequential Minimal Optimization)

Efficient optimization algorithm to solve the dual problem of SVMs by iteratively optimizing Lagrange multipliers in pairs, reducing computational complexity.

📖
용어

Polynomial Kernel

Kernel function that computes the dot product of vectors in a polynomial feature space, allowing to capture higher-order non-linear relationships.

📖
용어

Soft margin

Extension of SVMs that allows certain margin constraint violations through slack variables, making the model more flexible to noisy or overlapping data.

📖
용어

Gamma (γ)

Hyperparameter of RBF and polynomial kernel functions that controls the influence of a single training example, determining the flexibility of the decision boundary.

🔍

결과를 찾을 수 없습니다