JA EN
Glossary › end-to-end

GLOSSARY

end-to-end

appears in 5 paper titles

Definition

Training the whole path from raw input to final output as one differentiable system, instead of building a pipeline of separately engineered stages. The gain is that every component is optimized for the actual objective and no hand-designed intermediate format bottlenecks the model. The cost is opacity and rigidity: when it fails there is no isolated stage to inspect, and swapping out one part usually means retraining.

Explainers using this term