Menu

Decision tree.

Li3
2012-10-18
2012-10-18
  • Li3

    Li3 - 2012-10-18

    Hi,

    Have a basic question regarding speech recognition. There is something called a decision tree
    which is used to classify senones by asking linguistic questions for creating acoustic model.

    My question is how is this process incorporated in sphinxtrain and does one have to provide these
    questions for training an acoustic model for english and other languages (Using sphinxtrain) ?

    Thanks and regards,

    Li

     
    • Nickolay V. Shmyrev

      My question is how is this process incorporated in sphinxtrain and does one have to provide these

      There are tools to build the tree which invoked during training on stage 40 (buildtree) and 45 (prunetree). You can look on their source in sphinxtrain.

      does one have to provide these questions for training an acoustic model for english and other languages

      It's possible to provide the questions. There is a corresponding item in sphinx_train.cfg config file. Or they could be created automatically. Manually provided questions are usually better.

       

Log in to post a comment.