🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Separating hyperplane

An N-1 dimensional subspace in an N-dimensional space that maximizes the margin between normal data and the origin, serving as a classification boundary.

📖
terms

Support vectors

Critical points that define the decision boundary and support the hyperplane, being the closest to the boundary in the transformed space.

📖
terms

RBF Kernel

Gaussian radial basis function kernel that projects data into an infinite space, enabling the detection of complex non-linear anomalies.

📖
terms

Nu-SVM

Variant of One-Class SVM using the nu parameter to control the expected ratio of anomalies, offering more intuitive control over the error rate.

📖
terms

SVDD

Support Vector Data Description, an alternative method that seeks a minimal hypersphere enclosing normal data rather than a separating hyperplane.

📖
terms

Contamination rate

Parameter estimating the proportion of anomalies in the dataset, influencing the position of the decision boundary in the algorithm.

📖
terms

Feature space

Multidimensional space where data is represented after transformation by the kernel function, enabling better class separation.

📖
terms

Semi-supervised learning

Hybrid approach where One-Class SVM is trained on labeled normal data to detect unlabeled anomalies in production.

📖
terms

Novelty detection

Specific application of One-Class SVM to identify new classes or behaviors never observed during training.

📖
terms

Confidence quantile

Statistical threshold based on the distribution of anomaly scores, allowing to calibrate the confidence level in detection.

📖
terms

One-class cross-validation

Validation technique specific to anomaly detection algorithms preserving the one-sided nature of data during evaluation.

🔍

No results found