MLOps Fundamentals [GK840034]

Tijdsduur
Locatie
Op locatie, Online
Startdatum en plaats

MLOps Fundamentals [GK840034]

Global Knowledge Belgium BV
Logo van Global Knowledge Belgium BV
Opleiderscore: starstarstar_halfstar_borderstar_border 4,5 Global Knowledge Belgium BV heeft een gemiddelde beoordeling van 4,5 (uit 2 ervaringen)

Tip: meer info over het programma, prijs, en inschrijven? Download de brochure!

Startdata en plaatsen
computer Online: VIRTUAL TRAINING CENTER
2 feb. 2026 tot 4 feb. 2026
place1-Mechelen (Battelsesteenweg 455-B)
9 feb. 2026 tot 11 feb. 2026
computer Online: VIRTUAL TRAINING CENTER
9 feb. 2026 tot 11 feb. 2026
computer Online: VIRTUAL TRAINING CENTRE
9 feb. 2026 tot 11 feb. 2026
computer Online: VIRTUAL TRAINING CENTER
16 feb. 2026 tot 18 feb. 2026
place2-Brussel Center (Koloniënstraat 11)
2 mar. 2026 tot 4 mar. 2026
computer Online: VIRTUAL TRAINING CENTER
2 mar. 2026 tot 4 mar. 2026
computer Online: VIRTUAL TRAINING CENTRE
2 mar. 2026 tot 4 mar. 2026
computer Online: VIRTUAL TRAINING CENTER
9 mar. 2026 tot 11 mar. 2026
computer Online: VIRTUAL TRAINING CENTER
16 mar. 2026 tot 18 mar. 2026
computer Online: VIRTUAL TRAINING CENTER
7 apr. 2026 tot 9 apr. 2026
place1-Mechelen (Battelsesteenweg 455-B)
13 apr. 2026 tot 15 apr. 2026
computer Online: VIRTUAL TRAINING CENTER
13 apr. 2026 tot 15 apr. 2026
computer Online: VIRTUAL TRAINING CENTRE
13 apr. 2026 tot 15 apr. 2026
computer Online: VIRTUAL TRAINING CENTER
20 apr. 2026 tot 22 apr. 2026
place2-Brussel Center (Koloniënstraat 11)
4 mei. 2026 tot 6 mei. 2026
computer Online: VIRTUAL TRAINING CENTRE
4 mei. 2026 tot 6 mei. 2026
computer Online: VIRTUAL TRAINING CENTER
5 mei. 2026 tot 7 mei. 2026
computer Online: VIRTUAL TRAINING CENTER
11 mei. 2026 tot 13 mei. 2026
computer Online: VIRTUAL TRAINING CENTER
1 jun. 2026 tot 3 jun. 2026
Beschrijving

Vrijwel iedere training die op een onze locaties worden getoond zijn ook te volgen vanaf huis via Virtual Classroom training. Dit kunt u bij uw inschrijving erbij vermelden dat u hiervoor kiest.

OVERVIEW

MLOps Fundamentals is a comprehensive guide to the principles, components, and tools used in Machine Learning Operations (MLOps). It provides a thorough understanding of the machine learning lifecycle, MLOps lifecycle, and the benefits and tools involved, such as MLFlow and KubeFlow.

We will take a look at setting up an ML project, including using Git and GitHub, setting up virtual environments, and pre-commit hooks. The course will then delve into the fundamentals of data management, such as understanding data lifecycles, data versioning, governance, and storage solutions.

Practical, hands-on demonstrations will be provided on Exploratory Data Analysis (EDA), feature engineering, a…

Lees de volledige beschrijving

Veelgestelde vragen

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Nog niet gevonden wat je zocht? Bekijk deze onderwerpen: Python, PHP, Programmeren (algemeen), Perl Scripting en Big Data.

Vrijwel iedere training die op een onze locaties worden getoond zijn ook te volgen vanaf huis via Virtual Classroom training. Dit kunt u bij uw inschrijving erbij vermelden dat u hiervoor kiest.

OVERVIEW

MLOps Fundamentals is a comprehensive guide to the principles, components, and tools used in Machine Learning Operations (MLOps). It provides a thorough understanding of the machine learning lifecycle, MLOps lifecycle, and the benefits and tools involved, such as MLFlow and KubeFlow.

We will take a look at setting up an ML project, including using Git and GitHub, setting up virtual environments, and pre-commit hooks. The course will then delve into the fundamentals of data management, such as understanding data lifecycles, data versioning, governance, and storage solutions.

Practical, hands-on demonstrations will be provided on Exploratory Data Analysis (EDA), feature engineering, and data cleaning using pandas and matplotlib. The course will further explore the concept of feature stores, their types, working, best practices, and implementation challenges.

OBJECTIVES

  • Explain the core principles and challenges of MLOps in the context of the ML project lifecycle  
  • Design and structure ML projects using best practices and industry-standard tools  
  • Analyze and prepare datasets for machine learning applications using advanced data management techniques 
  • Develop and evaluate machine learning models using appropriate metrics and experiment tracking tools  
  • Apply version control and containerization techniques to ensure reproducibility in ML projects  
  • Implement comprehensive testing strategies for ML components and pipelines  
  • Deploy ML models using RESTful APIs and containerization technologies  
  • Construct automated CI/CD pipelines for ML projects  
  • Design and implement monitoring systems for deployed ML models  
  • Evaluate and address model drift and performance degradation in production environments  
  • Integrate data engineering practices into MLOps workflows  
  • Create an end-to-end MLOps pipeline incorporating all learned concepts 

AUDIENCE

ML practitioners looking to make the leap from toy ML demos to productionized ML applications

- Data Scientists

- Developers

- Software Engineers

CONTENT

1- Introduction to MLOps

  • What is MLOps
  • Machine Learning Life Cycle Overview

2- MLOps Components and Tools

  • Brief overview of MlOps Life Cycle / Components of MLOps and Benefits
  • Brief Overview of MLOps tools (MLFlow, KubeFlow, etc) and their role in automating ML Pipelines

4- Setting up an ML Project

  • Git and GitHub Setup
  • Setting Up Virtual Environments
  • Pre-commit Hooks

5- Data Management Fundamentals

  • Understanding Data Lifecycles
  • Data Versioning
  • Data Governance
  • Data Storage Solutions

6- Demo: EDA, Feature Engineering, and Data Cleaning

  • Hands-on EDA using pandas to summarize the dataset.
  • Visualizing distributions using matplotlib (histograms, scatter plots).
  • Creating new features and cleaning data by removing missing values and outliers.

7- Feature Stores

  • Introduction to Feature Stores
  • Types of Feature Stores
  • How Feature Stores Work
  • Best Practices for Using Feature Stores
  • Challenges in Implementing Feature Stores

8- Model Development

  • Overview of Model Development Process
  • Choosing the Right Algorithm
  • Model Training and Validation
  • Avoiding Overfitting
  • Model Evaluation Metrics

9- Implementing a Basic ML Pipeline

  • Building the Pipeline
  • Integrating Preprocessing and Model Development
  • Training and Evaluating the Pipeline
  • Introduction to Pipeline Automation

10- Model Development Strategies

  • Overview of Model Development Approaches
  • Data-Centric vs. Model-Centric Approaches
  • Experimentation in Model Development
  • Collaborative Development in MLOps

11- ML Model Interpretability and Explainability

  • Introduction to Model Interpretability and Explainability
  • Techniques for Model Interpretability
  • Explainability in Different Model Types
  • Tools for Interpretability
  • Challenges in Explainability

12- Implementing Algorithms

  • Selecting an Algorithm
  • Implementing the Chosen Algorithm
  • Evaluating Algorithm Performance
  • Comparing Multiple Algorithms

13- Demo: Selecting, Implementing, and Evaluating Algorithms

  • Select a dataset, choose two different algorithms (e.g., Decision Tree and SVM)
  • Implement the algorithms using scikit-learn
  • Evaluate the performance of each algorithm
  • Compare the results using metrics like accuracy, precision, etc

14- Experiment Tracking and Model Evaluation

  • Introduction to Experiment Tracking
  • Setting Up Experiment Tracking
  • Evaluating Model Performance
  • Visualizing Model Performance

15- Setting Up MLflow for Experiment Tracking

  • Introduction to Mlflow
  • Tracking Experiments with Mlflow
  • Comparing Multiple Runs
  • Storing and Retrieving Models

16- Evaluating Models

  • Preparing the Evaluation Environment
  • Evaluating Model Performance
  • Comparing Models Based on Evaluation"

17- Hyperparameter Tuning Techniques

  • Introduction to Hyperparameter Tuning
  • Grid Search vs. Random Search
  • Bayesian Optimization
  • Practical Considerations"

18- Automated Hyperparameter Tuning

  • Introduction to Automated Hyperparameter Tuning
  • Running Hyperparameter Tuning
  • Analyzing the Results"

19- Model Serving and Deployment Strategies

  • Introduction to Model Serving
  • Deployment Strategies
  • Containerization of ML Models
  • Serving Models with Docker
  • Model Serving Frameworks
  • Deploying Models on Cloud Platforms

20- Legal and Compliance issues in MLOps

  • Introduction to Legal and Compliance in MLOps
  • Key Regulatory Standards
  • Model Governance and Compliance
  • Challenges in Legal and Compliance Issues

21- Containerizing ML Models with Docker

  • Introduction to Docker
  • Setting Up Docker
  • Building a Docker Image
  • Deploying Docker Containers on Cloud Platforms

22- Deploying Models to Cloud Platforms

  • Introduction to Cloud Deployment
  • Preparing the Model for Deployment
  • Setting Up Cloud Infrastructure
  • Deploying the Model with Ray Serve

23- Federated Training and Edge Deployments

  • Introduction to Federated Learning and Edge Computing
  • Federated Training Architecture
  • Edge Model Deployment
  • Tools and Frameworks
  • Challenges in Federated Learning and Edge Computing

24- CI/CD for ML

  • Introduction to CI/CD for Machine Learning
  • Setting Up CI/CD Pipelines for ML
  • Integrating CI/CD with Experiment Tracking
  • Automating Model Validation and Testing

25- Setting up CI/CD Pipelines for ML

  • Introduction to GitHub Actions for CI/CD
  • Automating Model Training and Deployment
  • Integrating MLflow with CI/CD
  • Testing the CI/CD Pipeline

26- Monitoring and Maintaining ML Systems

  • Introduction to Monitoring ML Systems
  • Tools for Monitoring ML Models
  • Setting Up Alerts for Model Drift
  • Monitoring Model Performance in Real-Time
  • Continuous Feedback Loops
  • Scaling Monitoring for Large-Scale Deployments

27- Implementing Monitoring Tools

  • Introduction to Monitoring Tools
  • Instrumenting the ML Model for Monitoring
  • Code Implementation - Exposing Metrics for Prometheus
  • Visualizing Metrics in Grafana
Blijf op de hoogte van nieuwe ervaringen
Er zijn nog geen ervaringen.
Deel je ervaring
Heb je ervaring met deze cursus? Deel je ervaring en help anderen kiezen. Als dank voor de moeite doneert Springest € 1,- aan Stichting Edukans.

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Download gratis en vrijblijvend de informatiebrochure

(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)
(optioneel)

Heb je nog vragen?

(optioneel)
We slaan je gegevens op om je via e-mail en evt. telefoon verder te helpen.
Meer info vind je in ons privacybeleid.