Applied Research Projects#

Estimated reading time:7 minutes

Project-style examples that target a concrete scientific question – age regression, p-factor prediction, sex classification, P300 transfer, clinical-catalog summary – with realistic data sizes, runtimes, and limitations. Difficulty 2-3; assumes the Start Here trio and the core workflow track.

These are not first-week tutorials. They are scaffolds for your own analyses: each script frames a research question, picks an appropriate evaluation regime, runs a defensible baseline, and surfaces the limitations honestly so you know what would have to change before any result here could be cited. Compared with tutorials, these projects emphasise labels, splits, baselines, and reporting rather than the individual EEGDash API calls. Sourced from docs/tutorial_restructure_plan.md Category G (lines 1052-1100, “Applied Examples To Keep But Reframe”).

What you will learn:

  • How to frame an EEG-from-population study (age, sex, p-factor) as a single regression or classification problem with an honest baseline.

  • How to choose between a feature pipeline and a deep model based on data size and the question being asked.

  • How to apply transfer learning across paradigms (P300 transfer across subjects and sessions) without leaking labels.

  • How to summarise a clinical catalogue (subjects, sessions, conditions, hours of recording) for inclusion in a paper.

  • How to write up the limitations section that an EEG paper actually needs (Cisotto and Chicco 2024; Pernet et al. 2019 for BIDS).

Treat each script as a starting point for your own work, not a prescriptive recipe.

Age regression from EEG (applied case study)

Age regression from EEG (applied case study)

How do I survey a clinical EEG dataset before training a model?

How do I survey a clinical EEG dataset before training a model?

Cross-cohort P3 transfer with AS-MMD: train on one oddball, deploy on another

Cross-cohort P3 transfer with AS-MMD: train on one oddball, deploy on another

Predict p-factor from EEG with a Braindecode model (deep-learning regime)

Predict p-factor from EEG with a Braindecode model (deep-learning regime)

Predicting p-factor from EEG with hand-crafted features (project starter)

Predicting p-factor from EEG with hand-crafted features (project starter)

Is resting-state EEG even predictive of the BIDS sex label? (Project Starter)

Is resting-state EEG even predictive of the BIDS sex label? (Project Starter)