К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
MLOps & Model Governance · LearnSpace
Назад в каталог
courseraАнализ данных

MLOps & Model Governance

Курс от Coursera
Уровень не указан≈ 26.1 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

In this course, you will learn how to design, operate, and govern machine learning systems across their full lifecycle. You will gain the ability to track experiments, version models and data, build reproducible pipelines, implement CI/CD for ML, manage computational resources, and monitor deployed models for drift and degradation. You will also learn how to document models responsibly, create model cards, and apply governance practices that support ethical, compliant, and trustworthy AI. By completing this course, you will be prepared to move beyond experimentation and contribute to production-grade ML systems that are maintainable, auditable, and scalable. You will develop practical skills for communicating results to technical and non-technical stakeholders, aligning ML work with business and regulatory requirements, and ensuring models remain reliable over time. What makes this course unique is its integrated focus on both MLOps execution and model governance. Drawing on expertise from Coursera and DeepLearning.AI, the course combines hands-on pipeline construction with responsible AI practices, showing not only how to deploy models, but how to manage risk, accountability, and long-term impact. Whether you are an aspiring ML engineer or a data scientist transitioning to production systems, this course equips you with the skills needed to operate ML responsibly in real-world environments.

Навыки, которые вы освоите

Version ControlGitHubCloud DeploymentApplication DeploymentMLOps (Machine Learning Operations)Model OptimizationGenerative AI AgentsGit (Version Control System)Model TrainingProject DocumentationCI/CDCloud ManagementModel DeploymentModel EvaluationJupyterDevOpsAWS SageMakerMachine LearningData PipelinesMachine Learning Software

Программа курса

12 модулей · 81 учебных материалов

01Start Here: Get Oriented and Check Your Skills2 материалов
Start Here: How This Skill-Based Course WorksЧтениеSkill Diagnostic: Find Your Recommended Starting PointЗадание
02GitHub Version Control for Notebooks3 материалов

Lesson 2: Version Control and Notebook Management with GitHub

How to use Jupyter NotebookЧтение

Учитесь у экспертов

Professionals from the Industry

Преподаватель курса

MLOps & Model Governance
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 26.1 ч

12 модулей

Язык: Английский

Субтитры: Арабский, Французский, Узбекский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Вьетнамский, Нидерландский, Корейский, Немецкий, Пушту, Русский, Тайский, Индонезийский, Шведский, Турецкий, Азербайджанский, Испанский, Хинди, Японский, Казахский, Венгерский, Польский

Часть программы вашего университета
Versioning Your Notebooks with GitHubВидео
GitHub Integration LabЛабораторная
03AI-Enhanced Documentation & Branching Strategies5 материалов

Documentation with Generative AI

Automated Documentation TechniquesЧтениеLeveraging AI for Better Documentation ВидеоAI-Assisted Documentation LabЛабораторная

Managing Experimentation & Branching Strategies

Branching Strategies for Data Science ProjectsВидеоExperiment Management LabЛабораторная
04Data Definition and Baseline12 материалов

Define Data and Establish Baseline

Why is data definition hard?ВидеоMore label ambiguity examplesВидеоMajor types of data problemsВидеоSmall data and label consistencyВидеоImproving label consistencyВидеоHuman level performance (HLP)ВидеоRaising HLPВидео

Label and Organize Data

Obtaining dataВидеоData pipelinesВидеоMeta-data, data provenance and lineageВидеоBalanced train/dev/test splitsВидео

Ungraded Lab

Data LabelingЛабораторная
05Model Selection & Implementation5 материалов

Baseline Models & Performance Benchmarking

Choosing the Right Model Isn't Just About AccuracyВидеоWhy Baselines Matter: Measuring Progress with Simple ModelsЧтениеEstablishing a Baseline – Part 1: Training Simple ModelsВидеоEstablishing a Baseline – Part 2: Evaluation and Model SelectionВидеоTrain and Evaluate Your Baseline ModelsЛабораторная
06Model Evaluation & Interpretability11 материалов

Evaluation Metrics

Classification & Regression Metrics in ActionВидеоEvaluating Generative Models: From Text to ImagesВидеоCore Evaluation Metrics by ML Task TypeЧтениеEvaluation Metrics for Classification and Regression TasksЧтениеEvaluating Regression and Generative ModelsЧтениеEvaluate Your Model with Appropriate MetricsЛабораторная

Model Interpretability & Bias Mitigation

Understanding Model Interpretability: SHAP, LIME, and AttentionЧтениеFairness in Machine Learning: Detection and MitigationЧтениеExplaining Predictions: Feature Importance with SHAP and PermutationВидеоExplaining Individual Predictions: LIME and Attention in TransformersВидеоInterpret and Audit Your ModelЛабораторная
07Model Optimization and Experiment Tracking12 материалов

Hyperparameter Tuning

What Are Hyperparameters and Why They MatterЧтениеSearch Strategies and Tips for Effective Hyperparameter TuningЧтениеHyperparameter Tuning with GridSearchCVВидеоEfficient Hyperparameter Tuning with RandomizedSearchCVВидеоWhat Is Bayesian Optimization and How Does It Work?ВидеоHands-On: Hyperparameter Tuning with OptunaВидеоGrid, Random, or Bayesian? Tune and Compare Your ModelsЛабораторная

Experiment Tracking & Model Deployment

Tracking ML Experiments with MLflowВидеоRegistering and Managing Models with MLflowВидеоWhy Experiment Tracking Matters in ML ProjectsЧтениеIntroduction to MLflow for Model Tracking and VersioningЧтениеTrack and Compare Multiple Model Runs with MLflowЛабораторная
08Efficient & Reliable Neural Network Training5 материалов

Training Deep Networks Efficiently

Stabilizing Training with Gradient Clipping and Learning Rate SchedulesЧтениеFaster Training with Mixed Precision and Combined TechniquesЧтениеImproving Stability: Gradient Clipping and Learning Rate SchedulingВидеоTraining Faster: Mixed Precision with torch.cuda.ampВидеоLab - Optimize Your Training Pipeline with Efficiency TricksЛабораторная
09 Preparing Models for Deployment in PyTorch5 материалов

Preparing Models for Deployment in PyTorch

Model Serialization and Version ControlВидеоModel Training with MLflow: Tracking & ManagementЛабораторнаяExporting Models with ONNXВидеоFrom PyTorch to ONNXЛабораторная

Resources

Module 6 ResourcesЧтение
10Deployment & Monitoring8 материалов

Deployment Strategy

Why Model Deployment and Monitoring Matter More Than You ThinkВидеоBatch vs. Real-Time Inference: ML in ActionВидеоFrom Notebook to App: APIs, Versioning, and Deployment ToolsВидеоML Deployment Strategies: Batch, Real-Time, and BeyondЧтениеDesign a Deployment Plan for Your ML ModelЧтение

Model Monitoring & Retraining

Detecting Drift and Planning Retraining: Keeping Your Model RelevantВидеоMonitoring and Maintaining Models in ProductionЧтениеDesign a Monitoring & Retraining StrategyЧтение
11Pipeline Construction and Deployment11 материалов

Pipeline Construction and Deployment

Step‑by‑Step Pipeline GuideЧтениеAutomating Your Data PipelineВидеоUngraded Lab: Pipeline LabЛабораторная

Model Deployment With AWS SageMaker AI

SageMaker Case StudyЧтениеModel Deployment Basics With SageMaker AIЧтениеReal-Time Model Deployment in SageMaker AIВидеоUngraded Lab: End-to-End ML Workflow with SageMakerЛабораторная

Technical Documentation and Reporting

Day in the Life - An Interview With an ExpertВидеоDocumenting Your Data Science SolutionВидеоBest Practices in Solution DocumentationЧтениеUngraded Lab: Documentation LabЛабораторная
12Assessment2 материалов

Lesson

Learner Expectations for Skill AssessmentЧтениеSkill AssessmentЗадание