🏠 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

Image classification

Computer vision task consisting of assigning a predefined label to an entire image according to its main content, using machine learning algorithms.

📖
termini

Convolutional Neural Network

Deep learning architecture specialized in image processing, using convolutional layers to automatically extract hierarchical features.

📖
termini

Convolution

Mathematical operation applying a filter (kernel) over an image to detect specific patterns like edges, textures, or shapes.

📖
termini

Pooling

Dimensionality reduction operation that samples extracted features, allowing to reduce computational complexity while preserving essential information.

📖
termini

Softmax

Output activation function converting logits into probability distribution over classes, ensuring that the sum of probabilities equals 1.

📖
termini

Confusion matrix

Performance evaluation table showing the model's correct and incorrect predictions for each class, allowing identification of systematic errors.

📖
termini

One-hot encoding

Vector representation of class labels where each vector contains a single element equal to 1 and all others equal to 0.

📖
termini

ResNet architecture

Family of deep neural networks using residual connections to enable training of very deep networks without performance degradation.

📖
termini

Fully connected layers

Final layers of a CNN where each neuron is connected to all neurons of the previous layer to combine extracted features into final predictions.

📖
termini

Cross-entropy loss

Standard loss function for multi-class classification problems measuring the divergence between predicted probabilities and true labels.

📖
termini

Stratified sampling

Sampling method preserving class distribution when splitting the dataset into training, validation, and test sets.

📖
termini

Grad-CAM

Visualization technique generating heatmaps to interpret CNN decisions by identifying image regions influencing the classification.

📖
termini

Top-k accuracy

Performance metric considering a prediction correct if the true label appears among the model's k most probable predictions.

🔍

Nessun risultato trovato