用于序列建模的CTC方法
Better to see in https://distill.pub/2017/ctc/.
You can also see the following extraction from the original.
Introduction
Training
3 methods: Greedy search, beam search, prefix beam search
Properties of CTC
Conditional Independence, Alignment-free, many-to-one mapping.
CTC in Context
HMMs, Encoder-decoder models...