Supervised Model Examples #
Supervised examples for ordinary input/target training tasks.
This folder is for examples whose main structure is a labeled or paired target:
Mlp: tabular supervised regression on the small UCI Auto MPG CSV path.LstmRegression: real time-series forecasting on UCI household-power windows.
Sequence architectures can still appear here when the task is supervised forecasting. The
Sequence folder is reserved for sequence-model behavior itself: RNN/LSTM smoke tests,
Transformer blocks, GPT-style language modeling, Mamba, and synthetic sequence curricula.