Learn Before
Concept
Combining CTC and Encoder-Decoder
This approach combines Connectionist Temporal Classification (CTC) and Encoder-Decoder architectures. During training, a hyperparameter (tuned on a development set) is used to weight the two log-likelihood objectives:
During inference, the two models are combined using the learned weights.

0
1
Updated 2026-06-17
Tags
Data Science