ts2.models.single_session#
Baselines fit on one session, from statistical to sequence models.
Simple Autoencoder with MLP encoder/decoder for TS2 neural prediction. |
|
LFADS for TS2 co-smoothing and forecasting [Keshtkaran et al., 2022, Pandarinath et al., 2018]. |
|
TS2 trainer for LFADS. |
|
Single-session Transformer encoder over binned spikes [Ye and Pandarinath, 2021]. |
|
TS2 trainer for the single-session NDT. |
Statistical baselines#
Shared skeleton for every statistical baseline. |
|
Population coupling. |
|
Reduced-rank readout over binned counts. |
|
Reduced-rank readout over [counts, time-since-last-spike, last ISI]. |
|
Trailing-window mean, held flat over the horizon. |
|
Trial-local / global rate blend, held flat over the horizon. |
|
Per-unit ridge autoregression from the observed bins to the horizon. |
|
TS2 trainer for the zero-parameter statistical baselines. |