🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

Contamination

Hyperparameter of the Isolation Forest defining the expected proportion of anomalies in the dataset, used to calibrate the decision threshold on anomaly scores.

📖
termini

iTree (Isolation Tree)

Binary decision tree randomly built in an Isolation Forest, where each partition is performed on a randomly selected feature and split value until each point is isolated.

📖
termini

Isolation

Principle stating that anomalies are 'few and different' data points, and are therefore easier to isolate than normal points, requiring fewer partitions in a tree.

📖
termini

Extension Level

Optional hyperparameter in some Isolation Forest implementations that controls the number of dimensions to split simultaneously at each node, allowing handling of very high-dimensional data.

📖
termini

Scoring Function

Mathematical function that transforms the average path length into a normalized anomaly score, typically based on the distribution of path length in a random tree.

📖
termini

Forest Size

Number of iTrees built in the Isolation Forest, a hyperparameter that influences the stability and accuracy of the final anomaly scores.

📖
termini

Node Depth

Depth of a specific node in an iTree, used to calculate the path length and thus the isolation score of a data point.

📖
termini

External Anomalies

Type of anomalies that lie outside regions of high data density, effectively detected by the Isolation Forest due to their rapid isolation.

📖
termini

Computational Complexity

Measure of the efficiency of the Isolation Forest, which is linear with respect to the number of observations and sublinear with respect to the number of features, making it suitable for large datasets.

🔍

Nessun risultato trovato