Mediumdepth
Mediumdepth is a descriptive term used in discussions of model architecture and data processing that refers to systems with a moderate number of layers or processing stages. It is not a formal classification in major taxonomies, but is used to distinguish between shallow, intermediate, and deep designs in contexts such as neural networks and hierarchical models.
In neural networks, medium-depth networks typically have about four to twelve trainable layers, excluding input and
Compared with shallow models, medium-depth networks can capture more complex features without requiring extensive computational resources
Common design patterns include sequential stacks of convolutional or fully connected blocks, with later layers aggregating
The term remains informal and context-dependent; practitioners sometimes hedge the exact depth range based on domain,