Discover and explore top open-source AI tools and projects—updated daily.
gerstung-labGenerative transformers for modeling human health trajectories
Top 77.5% on SourcePulse
Summary Delphi is an open-source project that models human health trajectories using generative transformers, specifically a modified GPT-2 architecture. It aims to learn the natural history of diseases by analyzing longitudinal patient data, enabling researchers to understand disease progression and predict future health events.
How It Works The project leverages Andrej Karpathy's nanoGPT implementation of GPT-2 to process sequential patient health records. It treats disease progression as a generative task, learning patterns from data to predict future states. A key feature is the generation of statistically similar synthetic patient trajectories, facilitating research while preserving privacy.
Quick Start & Requirements
Installation requires cloning the repo, setting up a Python 3.11 Conda environment, and running pip install -r requirements.txt. Training uses UK Biobank data (400K trajectories, requires application) or a provided synthetic dataset. Demo training takes ~10 minutes on GPU, original model ~1 GPU-hour (V100), and M1 MPS ~10 hours. A Dockerfile is available. Data preparation notebooks are included.
Highlighted Details
Maintenance & Community The README does not specify community channels, active contributors, sponsorships, or a roadmap
5 days ago
Inactive
kexinhuang12345
hussius