Training Laboratory
Simulated: Educational SimulationConfiguration
Dataset
0.0010
32
10
128
Loss Curve
Configure parameters and click "Start Training" to begin.
Training vs. Inference
| Aspect | Training | Inference |
|---|---|---|
| Goal | Learn patterns from data | Generate responses |
| Weights | Updated each step | Frozen (read-only) |
| Compute | Forward + backward pass | Forward pass only |
| Hardware | Clusters of GPUs, weeks-months | Single GPU, milliseconds |
| Data | Terabytes of text | User query + context |