N (12) Flashcards

(6 cards)

1
Q

What are the steps to update the models in the training set?

A
  • Recompute the forward and backward likelihoods
  • Recompute the transition and occupation likelihoods
  • Increment the transition and output accumulators

These steps are essential for refining the model parameters during training.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In the context of model updating, what does Ri represent?

A

Re-estimated parameters of the model

This notation indicates the updated values for the model parameters after re-estimation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What types of utterances are used in the re-estimation process?

A
  • Labelled Utterances
  • Unlabelled Utterances

Labelled utterances provide specific transcriptions, while unlabelled utterances are used for general training.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of HInit, HRest, and HCompV in HMM training?

A
  • HInit: Initial model parameters
  • HRest: Re-estimated model parameters
  • HCompV: Component model parameters

These components are crucial for the Hidden Markov Model (HMM) training process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or false: HMM training can be performed with variously labelled data.

A

TRUE

This flexibility allows for improved model performance across different datasets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does agglomerative clustering refer to in the context of HMM training?

A

A method for grouping data points based on similarity

This technique is often used to enhance the training process by organizing data effectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly