Guided data entry
Nine clinical and demographic inputs with realistic ranges, unit hints, and real-time validation to minimise entry error.
A research-grade prototype that takes nine accessible clinical and demographic predictors — age, BMI, glucose, insulin, HOMA, leptin, adiponectin, resistin, and MCP-1 — and returns a calibrated risk estimate. Trained on the UCI Breast Cancer Coimbra dataset and designed to support, not replace, qualified medical judgment.
Beyond a static research script — every part of the pipeline, from data entry to printable report, is built into a coherent application.
Nine clinical and demographic inputs with realistic ranges, unit hints, and real-time validation to minimise entry error.
A trained multi-layer perceptron returns a calibrated probability and three-tier risk classification within a fraction of a second.
Each prediction is shown with a probability gauge, confidence score, and an at-a-glance health advisory note.
Every assessment is saved, searchable, and reviewable with the inputs, prediction, and timestamp preserved.
Built-in dashboard for accuracy, precision, recall, F1, ROC-AUC, and calibration — compared against logistic regression and random forest.
Each assessment can be downloaded as a clean, print-ready report with the disclaimer and methodology summary attached.
Mirroring the Chapter 3 activity diagram, every prediction follows the same transparent pipeline.
Nine fields covering demographics, anthropometry, metabolic, and inflammatory biomarkers.
Server-side validation, z-score standardisation, feature ordering, and consistency checks before inference.
The trained network produces a probability between 0 and 1 for the positive class.
Probability is mapped to Low, Moderate, or High risk and presented with charts and an advisory note.
The model is a multi-layer perceptron with two hidden layers using ReLU activation, sigmoid output, binary cross-entropy loss, and Adam optimisation. Dropout and early stopping guard against overfitting — essential on a 116-record dataset. Training uses an 80:20 stratified split with 5-fold cross validation inside the development set.
The pipeline emphasises calibration alongside discrimination, reports performance against logistic regression and random forest baselines, and follows TRIPOD+AI reporting guidance.
Selected studies that informed the architecture, dataset, and validation strategy.
Sign in to enter clinical predictors and receive a risk estimate.
Sign in to begin