Concept

End-to-End Training

End-to-end training is a core methodology in deep learning where a complete system is built and tuned jointly to map raw inputs to final outputs. This approach contrasts with traditional machine learning pipelines that assemble individually optimized components, such as a separate, manually engineered feature extractor followed by a shallow classifier. By simultaneously training all layers of computation, the model automatically discovers the optimal representations needed for the task.

Image 0

0

4

Updated 2026-04-30

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Related