The University of Melbourne · S2 2026 · FACULTY OF COMPUTER SCIENCE

COMP90089 Machine Learning Applications for Health

- one subject, every graph, every model, every mark
9 Chapters25-page Bible
Our own words - no uploaded lecturer files
Built to mirror S2 2026 · updated this semester
The Complete Study & Assessment Guide · S2 2026

COMP90089 Overview

Machine Learning Applications for Health
— A source-grounded comp90089 guide to biomedical informatics, learning health system, feedback loop and the complete published assessment structure.
  • Faculty of Engineering and Information Technology
  • Semester 2, 2026
  • a postgraduate 12.5-point subject
  • 12.5 credit points
  • a clinical machine-learning applications subject

COMP90089 covers health systems, clinical data, privacy, digital phenotyping, diagnostic reasoning, task and study design, accuracy, AI lifecycle, deep learning, NLP, LLMs, agents, implementation and regulation. It is taught within Faculty of Engineering and Information Technology. It is a postgraduate 12.5-point subject.

  • Prediction time is a firewall Every feature must be available before the decision the model is meant to support.
  • Accuracy needs context Prevalence, error costs, calibration and workflow determine whether a metric is clinically useful.
  • Data encode care Missingness, labels and documentation reflect health-system processes as well as patient state.
  • Collective thresholds Students need at least 50% across both the individual-assignment group and the group-assignment group.
COMP90089 · The University of Melbourne
An independent, AskSia-authored study guide. AskSia is not affiliated with, endorsed by, or sponsored by The University of Melbourne; the course code and name are used for identification only.
Assessment

How COMP90089 is assessed

ComponentWeightFormat
Weekly quizzes20%Weeks 2–11
Two individual programming assignments · hurdle30%Weeks 4 and 10; collective 50% pass threshold
Group project proposal10%Oral proposal in Week 8
Group report and presentation · hurdle40%20% report plus 20% oral presentation; collective 50% group-assignment threshold

Current assessment is 20% weekly quizzes, 30% individual programming assignments, a 10% group proposal and a 40% group report/presentation. Students need at least 50% across each assignment group.

Current dates · verify in LMS

Current COMP90089 dates

DateItemControl
Week 4Individual programming assignment 1Part of the 30% individual-assignment group and its collective threshold.
Week 8Group project proposal10% oral presentation.
3 November 2026Project presentation weekSpecific schedule is set by the teaching team.

Current-offering dates captured in the course materials. Confirm changes and exact submission settings in the live LMS.

Contents · every chapter, one map

What COMP90089 covers

Read Health Informatics as the foundation, Diagnostic Reasoning and Bayesian Updating as the main change in method, and Implementation, Evidence to Decision and Regulation as the final application of the course.

01

Health Informatics

biomedical informatics · learning health system · feedback loop · map how clinical data could produce and evaluate a care improvement
02

Clinical Data Sources, Types and Missingness

electronic health record · clinical data type · informative missingness · select and align data types while preserving time, unit and care-process meaning
03

Health-data Governance

de-identification · data governance · consent · design a health-data project with proportionate access and re-identification controls
04

Digital Phenotyping and Longitudinal Signals

digital phenotype · sampling frequency · concept drift · engineer longitudinal features without confusing device behaviour with patient state
05

Diagnostic Reasoning and Bayesian Updating

pre-test probability · likelihood ratio · post-test probability · translate a model or test result into updated clinical probability
06

Clinical Task Definition and Study Design

index time · target label · data leakage · define cohort, comparator, prediction horizon and validation before modelling
07

Clinical Accuracy, Calibration and Thresholds

sensitivity · positive predictive value · calibration · calculate confusion-matrix metrics and select a threshold from consequences
08

Deep Learning, Clinical NLP and Language Models

representation learning · clinical natural language processing · large language model · select and evaluate a deep or language model for a specific clinical information task
09

Implementation, Evidence to Decision and Regulation

workflow integration · external validation · post-deployment monitoring · move from retrospective model evidence to a monitored care intervention

It carries 12.5 credit points.

It is positioned as a clinical machine-learning applications subject.

The subject centres clinical task definition and implementation rather than treating health records as a generic benchmark dataset.

Assessment in comp90089 is distributed as follows: 20% weekly quizzes, 30% individual programming assignments, a 10% group proposal and a 40% group report/presentation

The operational assessment conditions matter here.

The subject culminates in the group report and oral presentation.

What makes comp90089 demanding is concrete: turning a convenient retrospective prediction target into a clinically meaningful, leakage-free and prospectively implementable decision with honest uncertainty

Students must achieve at least 50% across the individual assignments and at least 50% across the group assignments, as well as the ordinary overall subject pass.

For enrolment planning, Consult the current official enrolment and eligibility controls for this offering.

Read Health Informatics as the foundation, Diagnostic Reasoning and Bayesian Updating as the main change in method, and Implementation, Evidence to Decision and Regulation as the final application of the course.

Worked example · free

Detect outcome leakage

Q [5 marks]. AskSia-authored practice. AskSia-authored practice. A model predicts 30-day readmission at discharge and includes a code entered two days after discharge when follow-up staff call the patient. Audit the design. The step allocation is an independently authored practice structure, not an official marking scheme.
  • 1Fix prediction time at discharge.
  • 1Draw a timestamp for every feature.
  • 1Remove the post-discharge code from development and evaluation.
  • 1Rebuild the comparator and metrics.
  • 1Explain prospective data-availability testing.
The follow-up code leaks future information because it is unavailable at the discharge decision. Remove it, rebuild the cohort and evaluation, and verify the production data pipeline with timestamped features before claiming performance.
Sia tip — If a feature knows what happened after the decision, the model is rehearsing history rather than supporting care.
Glossary

Key terms

biomedical informatics
Interdisciplinary study of data, information and knowledge in health and biomedicine. This chapter uses the concept when students map how clinical data could produce and evaluate a care improvement.
learning health system
Health system that systematically turns care data into evidence and evidence into improved care. It helps explain the reasoning required to map how clinical data could produce and evaluate a care improvement.
feedback loop
Cycle in which observed outcomes inform a changed intervention and later measurement. Its limit matters because routine data do not create learning without action, outcome measurement and governance.
electronic health record
Longitudinal digital record produced through care, administration and documentation processes. This chapter uses the concept when students select and align data types while preserving time, unit and care-process meaning.
clinical data type
Representation such as coded event, laboratory value, note, image, waveform or medication order. It helps explain the reasoning required to select and align data types while preserving time, unit and care-process meaning.
informative missingness
Absence whose probability depends on patient state or care process and can carry signal or bias. Its limit matters because a missing test can mean not needed, not ordered, inaccessible or not recorded.
de-identification
Transformation and control intended to reduce the chance data can be linked to an individual. This chapter uses the concept when students design a health-data project with proportionate access and re-identification controls.
data governance
Accountability, rules and processes controlling data access, quality, use and stewardship. It helps explain the reasoning required to design a health-data project with proportionate access and re-identification controls.
consent
Context-specific, informed and voluntary agreement to a defined data or research activity. Its limit matters because removing names does not eliminate linkage, group harm or inappropriate purpose.
digital phenotype
Quantified pattern derived from personal digital interaction or sensor data and linked to health-related behaviour or state. This chapter uses the concept when students engineer longitudinal features without confusing device behaviour with patient state.
sampling frequency
Number or timing of observations collected per unit time. It helps explain the reasoning required to engineer longitudinal features without confusing device behaviour with patient state.
concept drift
Change over time in the relationship between inputs, target and deployment context. Its limit matters because sensor availability, platform change and surveillance burden can dominate the apparent health signal.
pre-test probability
Estimated chance of a condition before receiving the current test result. This chapter uses the concept when students translate a model or test result into updated clinical probability.
likelihood ratio
Ratio comparing how probable a test result is with versus without the condition. It helps explain the reasoning required to translate a model or test result into updated clinical probability.
FAQ

COMP90089 FAQ

Where is the hardest reasoning in Machine Learning Applications for Health?

Turning a convenient retrospective prediction target into a clinically meaningful, leakage-free and prospectively implementable decision with honest uncertainty. COMP90089 covers health systems, clinical data, privacy, digital phenotyping, diagnostic reasoning, task and study design, accuracy, AI lifecycle, deep learning, NLP, LLMs, agents, implementation and regulation.

How does assessment work in Machine Learning Applications for Health?

20% weekly quizzes, 30% individual programming assignments, a 10% group proposal and a 40% group report/presentation. The subject culminates in the group report and oral presentation. Students must achieve at least 50% across the individual assignments and at least 50% across the group assignments, as well as the ordinary overall subject pass.

What form does the final assessed task take in Machine Learning Applications for Health?

The subject culminates in the group report and oral presentation. 20% weekly quizzes, 30% individual programming assignments, a 10% group proposal and a 40% group report/presentation. Students must achieve at least 50% across the individual assignments and at least 50% across the group assignments, as well as the ordinary overall subject pass.

Which pass conditions apply in Machine Learning Applications for Health?

Students must achieve at least 50% across the individual assignments and at least 50% across the group assignments, as well as the ordinary overall subject pass. 20% weekly quizzes, 30% individual programming assignments, a 10% group proposal and a 40% group report/presentation.

Which teaching period does this Machine Learning Applications for Health resource cover?

It is aligned to Semester 2, 2026; confirm your enrolled class and timetable in the current institutional system. Individual programming assignment 1: Week 4; Group project proposal: Week 8; Project presentation week: 3 November 2026.

What should a student check before enrolling in Machine Learning Applications for Health?

Consult the current official enrolment and eligibility controls for this offering. This resource covers Semester 2, 2026. COMP90089 covers health systems, clinical data, privacy, digital phenotyping, diagnostic reasoning, task and study design, accuracy, AI lifecycle, deep learning, NLP, LLMs, agents, implementation and regulation.

Who controls the official rules for Machine Learning Applications for Health?

The university does. This is an independent comp90089 study resource; current institutional instructions remain authoritative for assessment operation. COMP90089 covers health systems, clinical data, privacy, digital phenotyping, diagnostic reasoning, task and study design, accuracy, AI lifecycle, deep learning, NLP, LLMs, agents, implementation and regulation.

Study strategy

How to prepare for the assessments

Retrieve the course map, practise the recurring method—define the clinical decision and prediction time, build the cohort and labels without leakage, select and evaluate a model against a comparator, then judge calibration, subgroup effects, workflow value, ethics and regulation—on changed scenarios, and verify every operational assessment detail in the live institutional system.

Study COMP90089 with AI

Your AI Computer Science tutor for COMP90089

Stuck on a hard COMP90089 question? Sia is AskSia’s AI Computer Science tutor — ask any COMP90089 Machine Learning Applications for Health question and get a clear, step-by-step explanation grounded in how the course is actually taught and assessed. Read this whole study guide free, then take your hardest questions to Sia.

A+Everything unlocked
Unlocks this Bible + all 30 of your The University of Melbourne subjects - and 1,000+ Bibles across every Australian university.
Sia - your COMP90089 tutor, unlimited, worked the way the exam marks it
The full 25-page Bible + practice bank with worked solutions
Chrome extension - sync your LMS so Sia knows your deadlines
Bilingual EN / Chinese on every Bible and every Sia answer
$0.99 Trial
30-day money-back · cancel in one tap · how it works
Unlock the full COMP90089 Bible + 30 The University of Melbourne subjects
$0.99 Trial