1 / 4

Tutorial 2

Tutorial 2. September 8, 2005. If you were a system designer what kind of speech recognition system would you use for the following? Consider whether you would use Speaker dependent or independent Large or limited vocabulary Language grammar or statistical language model

yitro
Télécharger la présentation

Tutorial 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tutorial 2 September 8, 2005

  2. If you were a system designer what kind of speech recognition system would you use for the following? Consider whether you would use • Speaker dependent or independent • Large or limited vocabulary • Language grammar or statistical language model and carefully consider what would lead to the best outcomes. • Phone name dialing • Taxi booking • Pizza ordering • E-mail dictation • Web navigation (go back, visit .. )

  3. Suppose you are given a speech recognizer for a language consisting of only four words: tire, dire, tile, dial. With the following channel model for phone realizations. • P(ay -> ay) = 1.0 • P(t->t) = 0.8p(t->d) = 0.2 • P(d->d) = 0.9p(d->t) = 0.1 • P(r->r) = 0.6p(r->l) = 0.4 • P(l->l) = 0.6p(l->r)=0.4 Using Bayes rule and the following unigram language model, calculate the most probable true input for each of the outputs :/tayl/ and /dayl/ p(tire)=0.4p(dire)=0.2p(dial)=0.3p(tile)=0.1

  4. 3. Consider an infinite language that only accepts sentences of the form : the mouse died the cat died the dog died . . . the mouse that the cat bit died the cat that the mouse bit died the dog that the mouse bit died . . . the mouse that the cat that the dog chased bit died the cat that the mouse that the dog chased bit died the dog that the cat that the mouse chased bit died . . . etc any noun can substitute for mouse, cat or dog any verb could substitute for chased, bit or died. Write a context free grammar that accepts exactly this infinite language

More Related