TorchLean API

NN.Examples.Models.Supervised

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:

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.