- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
› Forums › Automatic speech recognition › Hidden Markov Models (HMMs) › HMM files – transition matrix
I know that each row of an HMM transition matrices must sum up to 1
I get numbers like these: 9.374690e-01 6.253099e-02 or 9.585889e-01 4.141111e-02
Do these numbers sum up to one? How do I read them?
The notation of 9.374690e-01 is called scientific notation, and is a way to display very large or very small values. The “e” stands for exponent and we can read the “eNN” as either
they both mean the same thing. “e+00” would mean “don’t move the decimal place”. The number before the “e” always has exactly one digit before the decimal point, and that is always non-zero.
Here’s how that works for your numbers:
9.374690e-01 means “take 9.374690 and move the decimal place -01 places” in other words one position to the left. So we have
9.374690e-01 = 0.9374690
6.253099e-02 = 0.06253099
and now we see that indeed 0.9374690 + 0.06253099 = 1
Try for yourself: write these numbers in scientific notation:
123.435 0.00043 -3487.12
[showhide more_text="Reveal the answers"]
123.435 = 1.23435e+02 0.00043 = 4.3e-04 -3487.12 = -3.48712e+03
[/showhide]
Some forums are only available if you are logged in. Searching will only return results from those forums if you log in.
Copyright © 2024 · Balance Child Theme on Genesis Framework · WordPress · Log in