NeuroFlow
- 1 Devlogs
- 13 Total hours
I’m building NeuroFlow, an AI project that tries to predict how Alzheimer’s disease changes over time using real TADPOLE/ADNI patient data. The model looks at a patient’s past visits, including cognitive scores, diagnosis, and brain-imaging biomarkers like hippocampus and ventricle volume, and tries to predict what might happen at a future visit. Right now, I’m working on a model idea called GapFlow. Instead of making a deep model predict everything from scratch, I first use strong baseline models to predict the “expected” future, then train a time-aware Transformer to learn what the baseline missed. In my first small test, this helped improve some predictions, especially ADAS13, hippocampus, and ventricles. Eventually, I want to add actual brain scan representations so the model can predict possible future MRI changes too.