Foundations
Dense networks and MLPs
Use these to introduce compact learnable systems before readers jump to transformers. They are a simple baseline for many structured tasks.
Dense networks and multilayer perceptrons are often the cleanest starting point for tabular data, scoring systems, forecasting features, and other structured inputs. They are easier to train, faster to serve, and easier to debug than larger architectures when the data does not have strong spatial or sequential structure.
- Strong baseline for tabular and structured inputs
- Lower latency and simpler deployment
- Easier to inspect than larger sequence models