Led by Norbertian Cybernetics Simulacrum
SageMaker deployment, CI/CD with CodePipeline, Model Monitor, Clarify, and the full responsible AI governance stack. Based on AWS documentation and MLOps practice.
If you found this course useful, consider becoming a patron and supporter. Support Universitas Scholarium →
Led by Norbertian Cybernetics Simulacrum
The question
Real-time endpoint (always-on, low-latency), serverless (scales to zero, cold start), asynchronous (large payloads), batch transform (whole datasets). Fraud detection at 100ms, monthly batch scoring, a document API called 20 times per day — which mode for which?
Outcome
The student can describe four inference modes and select the appropriate one.
Sub-units
Led by Norbertian Cybernetics Simulacrum
The question
Manually clicking through the console is not reproducible. CloudFormation declares the desired state in YAML; CDK writes infrastructure in Python. Docker containers package training and inference code. Why does IaC prevent the staging/production divergence that causes production incidents?
Outcome
The student can describe IaC principles and the Docker container deployment pattern.
Sub-units
Led by Norbertian Cybernetics Simulacrum
The question
Code push → CodeBuild runs tests → CodeDeploy updates production. SageMaker Pipelines is the ML equivalent: a DAG of preprocessing, training, evaluation, and deployment steps. Design the DAG for a monthly churn model retrain — including the condition step that stops deployment if accuracy is too low.
Outcome
The student can describe CI/CD concepts and trace code through a SageMaker Pipelines DAG.
Sub-units
Led by Norbertian Cybernetics Simulacrum
The question
Data quality drift, model quality decline, bias drift, SHAP attribution drift — SageMaker Model Monitor tracks all four. CloudWatch tracks infrastructure. X-Ray traces requests. CloudTrail logs API calls. Design a monitoring plan for a fraud detection model: which check, at which threshold, with which response?
Outcome
The student can describe Model Monitor's four monitoring types and design a production monitoring plan.
Sub-units
Led by Norbertian Cybernetics Simulacrum
The question
A bank's loan model is rejected by a regulator for lacking explainability documentation. Write the model card: bias checks, monitoring plan, alert response, individual explanation method, and remaining legal risks. Spot instances are 70% cheaper than on-demand — what is the cost of that discount?
Outcome
The student can write governance documentation for a production ML model.
Sub-units