Train a Differentially Private Classifier on Medical Records
Overview
What this challenge is about.
Train a Differentially Private Classifier on Medical Records. Advanced challenge in code. Writing production code that solves real engineering problems, earn...
The Brief
What you'll do, and what you'll demonstrate.
Train a DP readmission classifier at epsilon <= 4 and write the ethics-committee submission with the accuracy-vs-privacy trade-off.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Apply DP-SGD with proper privacy accounting
- Quantify the accuracy cost of differential privacy on real data
- Reason about residual privacy risks (e.g., membership inference)
- Communicate privacy guarantees to a non-technical ethics audience
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Differential Privacy
Apply differential privacy to solve real industry problems and demonstrate production-level capability.
- Dp Sgd
Apply dp sgd to solve real industry problems and demonstrate production-level capability.
- Opacus
Apply opacus to solve real industry problems and demonstrate production-level capability.
- Pytorch
Apply pytorch to solve real industry problems and demonstrate production-level capability.
- Privacy Accounting
Apply privacy accounting to solve real industry problems and demonstrate production-level capability.
- Model Evaluation
Apply model evaluation to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
AI Safety Researcher
Hands-on DP-SGD training and residual-risk analysis is the work AI safety researchers do at healthtech and any regulated AI team.
This challenge sharpens
- differential-privacy
- dp-sgd
- privacy-accounting
ML Researcher
Privacy-preserving ML is increasingly part of the ML researcher's toolkit, especially in healthtech and EU-AI-Act-relevant work.
This challenge sharpens
- differential-privacy
- pytorch
- model-evaluation
Applied AI Scientist
Translating DP-SGD into an ethics-committee-readable submission is the applied-AI work that bridges research and clinical deployment.
This challenge sharpens
- dp-sgd
- privacy-accounting
- model-evaluation