Xception
Xception is a computer vision architecture that uses depthwise separable convolutions for efficient image classification and feature extraction.
Explore AIstify's latest reporting, research, and expert analysis tagged with "machine learning", collected in one continuously updated archive.
Xception is a computer vision architecture that uses depthwise separable convolutions for efficient image classification and feature extraction.
F1 score is the harmonic mean of precision and recall, balancing false positives and false negatives in one metric.
Multimodal AI is artificial intelligence that understands or generates multiple data types, including text, images, audio, video, and sensor input.
Xavier initialization sets neural network weights using layer size to stabilize activations and gradients at the beginning of model training.
An epoch is one complete pass through the available training dataset during machine learning optimization.
Model drift is the decline or change in AI performance that occurs when real-world data and relationships move away from training conditions.
An encoder transforms raw input into a compact representation that preserves information useful for another model component or task.
A loss function measures model error during training and gives an optimization algorithm the objective used to adjust AI model parameters.
A diffusion model generates new content by learning to transform random noise into structured images, audio, video, or other data.
Federated learning trains a shared model across decentralized devices or organizations without centralizing their raw local data.
Learning rate is a training hyperparameter that controls how much an AI model changes its weights during each optimization update.
Ensemble methods combine predictions from multiple models to improve accuracy, stability, or robustness over a single model.
Data poisoning manipulates training data so an AI model learns harmful, biased, or attacker-chosen behavior.
End-to-end learning trains one model to map raw inputs directly to final outputs with minimal hand-built intermediate processing.
K-means clustering is an unsupervised learning algorithm that groups similar data points around k centroids without requiring labeled examples.