Concept

Simple Greedy Inference Algorithm

In Connectionist Temporal Classification (CTC), we can simply find the best alignment by maximum its conditional probability. Mathematically, let C\mathcal{C} be the set of all possible alignments, then the best alignment is a^i=argmaxcCpi(cX)\hat{a}_i=\text{argmax}_{c\in\mathcal{C}} p_i(c|X).

0

1

Updated 2022-05-08

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Speech recognition

Data Science