MLP β UCI Heart Disease (Cleveland) β xaitalk tabular demo
A small 4-layer MLP (13β64β32β16β2) trained once on the UCI Heart Disease
(Cleveland) dataset, frozen and published so xaitalk's tabular adapter loads
fixed, reproducible weights (via xaitalk.hub.ensure_model) across
PyTorch / TensorFlow / JAX β rather than retraining on every load().
This makes the tabular domain deterministic (canonical + cross-device consistency) and, crucially, demonstrates XAI on real, interpretable clinical features (age, cholesterol, resting BP, ...) rather than synthetic data β there is no signal to attribute in random data.
- Weights: framework-agnostic numpy
.npz(JAX layout; PT transposes Dense). - Trainer: deterministic numpy Adam (seed 42), so the artifact is reproducible.
- Dataset: UCI Heart Disease (Cleveland), 303 samples, 13 features, 2 classes.
Part of xaitalk β cross-framework XAI.
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support