How to calculate the probability value of a word? #1587
tiennguyen12g
started this conversation in
General
Replies: 1 comment 1 reply
-
from what i read, i assume u have no background in machine learning for the word probability, it requires some solid math knowledge and familiar with the transformer architecture of neural networks giáo trình tiếng việt nếu bạn cần: https://d2l.aivivn.com/chapter_attention-mechanisms/index_vn.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I am new here, so I do not know how authors can calculate the value of probability. I guess they use one of the following methods:
Comparing the audio of a word in audio with a lot of sample sounds. Then, they count how many times it's correct and calculate the percentage.
Example: With 100 sample sounds, if the word in the audio matches 50 sample sounds, the probability value is 50%.
Comparing the syllables of the word.
Example: For the word 'contribute' - /kənˈtrɪb.juːt/. They check if the phoneme sounds are correct. If /kən/ sounds like /kan/ or /kon/, the word will only get 66.6% probability.
** If they are using the second approach, could you please explain how I can identify the incorrect phoneme?
I would like to receive results like:
I came across this picture in a discussion, but it doesn't have a solution.
Examples: "Agricultural," "depletion."
I would greatly appreciate your assistance. Thank you so much.
I see the website name "apeuni" has this feature, you can see more example:
Beta Was this translation helpful? Give feedback.
All reactions