I am working on handwriting digit recognition based on Hidden Markov Models(HMMs). After training, we get 5 models. I take a sample and calculate its probability likelihood with each models. Then these are the result :
- For model 1: -235
- For model 2: -250
- For model 3: -193
- For model 4: -290
- For model 5: -325
It is shown that the sample will fall into model 3rd since it has the highest probability(-193) . The question is how can I convert the value (-193) to percentage in order to express it as confidence level of the recognition ?