|
|
|
|
|
by iori42
4416 days ago
|
|
In my experience Viterbi training alone is often enough to get reasonable accuracy, at least in speech recognition.
Instead of doing the more costly Baum-Welch training you can spend your time better elsewhere, e.g. use deep neural networks instead of GMMs or collect more data. |
|