AI & Machine Learning
This cluster provides a comprehensive view of the concepts, methods, and technologies of Artificial Intelligence and Machine Learning. It covers fundamental principles, use cases, and current trends in the industry.
- Knowledge domains
- /Thematic areas
- /Segments
- /Building blocks
Data Preprocessing
Preparation and standardization of raw data through cleaning, transformation, and normalization to improve analyses and models.
Feature Engineering
Concepts and practices for transforming raw data into informative features to improve predictive models.
Feature Store
Method for centrally storing, versioning and serving ML features for training and inference.
Inference
Inference is the application of a trained model to new data to produce predictions or decisions. It focuses on latency, scalability and resource optimization for production use.
Model Deployment
Concept and practice for reliably delivering, operating and versioning trained machine learning models in production environments.
Model Serving
Concepts and practices for exposing trained machine learning models to production traffic, focusing on scalability, versioning and observability.
Cross-Validation
Statistical technique for robustly evaluating and comparing predictive models by repeatedly splitting data into training and test sets.
Model Evaluation
Systematic assessment of machine learning models using metrics, validation techniques and error analysis to decide on deployment readiness.
Model Validation
Model validation comprises practices and criteria to evaluate machine learning models, ensuring robustness, generalization and fairness. It defines tests, metrics and acceptance criteria across training and production stages.
Deep Learning
Learning paradigm using deep neural networks for automatic feature extraction and prediction.
Machine Learning (ML)
Machine learning extracts patterns and makes predictions from data using statistical models and algorithms.
Reinforcement Learning
Reinforcement Learning is a machine learning paradigm where agents learn to select optimal actions in sequential problems via rewards and penalties.
Hyperparameter Optimization
Technique for automated search of optimal hyperparameters for ML models to improve performance and generalization.
Model Training
Process by which a machine learning model learns parameters from data to enable generalizable predictions.
Neural Network Architecture
Structural principles and design patterns for artificial neural networks that define layers, connectivity, and activation functions.
MLOps
MLOps describes organizational practices and technical processes for production deployment, monitoring, and governance of machine learning models.
Model Governance
Framework for controlling, monitoring and accountability of models, especially ML models. Focuses on compliance, reproducibility and lifecycle control.
Model Monitoring
Continuous monitoring of machine learning models in production to detect performance degradation, drift, and faulty predictions.