SlideShare a Scribd company logo
1 of 70
EXPLOITING CONTEXTUAL INFORMATION
FOR IMPROVED PHONEME RECOGNITION
Joel Pinto, B. Yegnanarayana, H. Hermansky, Mathew Magimai.-Doss



                          presented by
                        Sebastian T. Hafner
OVERVIEW

• Introduction

• Basic   Phoneme Recognizer

• Contextual    Information

  • at   the feature level

  • at   the posterior level


                               2
BASICS
  3
TIMIT DATABASE


• read   speech

• american   english

• 630    speakers

•8   main dialects


                       4
TIMIT DATABASE




      5
TIMIT DATABASE

• training   set:

  • 3000     utterances

  • 375   speakers




                          5
TIMIT DATABASE

• training      set:

  • 3000        utterances

  • 375    speakers

• test   set:

  • 1344        utterances

  • 168    speakers
                             5
PHONEME RECOGNITION




         6
PHONEME RECOGNITION




     25ms




            6
PHONEME RECOGNITION




     25ms


       step size: 10ms


              6
FEATURE EXTRACTION




        7
FEATURE EXTRACTION


        • 13   PLP coefficients




         7
FEATURE EXTRACTION


        • 13   PLP coefficients

        • delta   values




          7
FEATURE EXTRACTION


        • 13   PLP coefficients

        • delta   values

        • delta-delta   values




          7
FEATURE EXTRACTION


           • 13   PLP coefficients

           • delta   values

           • delta-delta   values



   39 features per frame
             7
HIDDEN MARKOV MODEL


       MLP       %   Phoneme p




             8
HIDDEN MARKOV MODEL


             MLP       %            Phoneme p




  MLP estimates posterior probability
                   8
MULTI LAYERED PERCEPTRON

                 ...
      ...                   ...
               1000
      39                   39
              hidden
   features             phonemes
               units
      ....                 ....
                 ....




                 9
PRIOR PROBABILITY


P (qt = i | xt )
    qt        Phoneme index at t

    xt        feature vector at t

         10
BAYES THEOREM


p (xt | qt = i)        P (qt = i | xt )
    p (xt )              P (qt = i)



                  11
POSTERIOR PROBABILITY


p (xt | qt = i)                  P (qt = i | xt )
    p (xt )                          P (qt = i)

   P (qt = i) = P (qt = j) ∀i, j ∈ {1, 2, . . . , 39}

      equal probability for each phoneme
                           11
PHONEME ERROR RATE

spoken:   /k/ /a/ /t/ /e/




           12
PHONEME ERROR RATE

 spoken:     /k/ /a/ /t/ /e/

classified:   /c/ /a/ /t/




              12
PHONEME ERROR RATE

 spoken:     /k/ /a/ /t/ /e/

classified:   /c/ /a/ /t/

  errors:


              12
PHONEME ERROR RATE

 spoken:     /k/ /a/ /t/ /e/

classified:   /c/ /a/ /t/

  errors:


              12
PHONEME ERROR RATE

 spoken:     /k/ /a/ /t/ /e/

classified:   /c/ /a/ /t/

  errors:


              12
PHONEME ERROR RATE

 spoken:     /k/ /a/ /t/ /e/

classified:   /c/ /a/ /t/

  errors:


              12
PHONEME ERROR RATE

 spoken:     /k/ /a/ /t/ /e/

classified:   /c/ /a/ /t/

  errors:


              12
PHONEME ERROR RATE

   spoken:    /k/ /a/ /t/ /e/

 classified:   /c/ /a/ /t/

    errors:

error rate:
               12
PHONEME ERROR RATE

   spoken:    /k/ /a/ /t/ /e/

 classified:   /c/ /a/ /t/

    errors:

error rate:   2 : 4 = 50 %
               12
STANDARD APPROACH


68.12 %


          13
AT THE FEATURE LEVEL
         14
FEATURE LEVEL




      15
FEATURE LEVEL




    phoneme
       15
FEATURE LEVEL


 phoneme                       phoneme
influenced                     influenced
 by earlier                     by next
 phoneme                       phoneme



                  phoneme
                     15
FEATURE LEVEL


 phoneme                       phoneme
influenced                     influenced
 by earlier                     by next
 phoneme                       phoneme



                  phoneme
                     15
3 SINGLE MLPS
   MLP          %

   MLP          %

   MLP          %

         16
3 SINGLE MLPS
      MLP                  %

      MLP                  %

      MLP                  %
each MLP with 39 classes
            16
3 SINGLE MLPS
   MLP           P (qt = i | xt , st = 1)



   MLP           P (qt = i | xt , st = 2)



   MLP           P (qt = i | xt , st = 3)

         st ∈ {1, 2, 3}
         17
3 SINGLE MLPS
       MLP           P (qt = i | xt , st = 1)



       MLP           P (qt = i | xt , st = 2)



       MLP           P (qt = i | xt , st = 3)


state index st ∈ {1, 2, 3}
             17
1 LARGE MLP


   MLP
              %

         18
1 LARGE MLP


    MLP
                       %
MLP with 117 classes
          18
1 LARGE MLP


   MLP        P (qt = i, st = j | xt )




         19
1 LARGE MLP


     MLP          P (qt = i, st = j | xt )




39 phonemes x 3 states
           19
LARGE MLP VS. 3 SMALLER
                      labels for training MLP
   classifier
                   uniform            force aligned

   one MLP
with 117 classes   69.87                 71.67
  three MLPs
earch 39 classes   70.13                 69.70


                     20
AT THE POSTERIOR LEVEL
          21
ESTIMATE
  POSTERIOR PROBABILITY


                           %
   state
 posterior      MLP
probabilities




                      22
ESTIMATE
  POSTERIOR PROBABILITY


                           %
   state
 posterior      MLP
probabilities




                      22
ESTIMATE
  POSTERIOR PROBABILITY

   state
 posterior      MLP        P (qt = i | Qt )
probabilities




    Qt
                      23
ESTIMATE
  POSTERIOR PROBABILITY

   state
 posterior           MLP          P (qt = i | Qt )
probabilities




    Qt trajectory of state posterior probabilities
                           23
PARAMETERS

• 3000   hidden layers

• 23   frames for windowing




                              24
PARAMETERS

• 3000   hidden layers

• 23   frames for windowing




        73.4 %
                              24
ANALYSIS



   25
INFORMATION ACROSS
  STATE POSTERIORS




        26
INFORMATION ACROSS
  STATE POSTERIORS
 1 state
(classic)   68.12

1 state             better modeling
(sum)       70.17      by states

3 state     71.67   better decoding




              26
INFORMATION ACROSS
  STATE POSTERIORS
 1 state
(classic)   68.12

1 state             better modeling
(sum)       70.17      by states

3 state     71.67   better decoding




              26
INFORMATION ACROSS
  STATE POSTERIORS
 1 state
(classic)   68.12

1 state             better modeling
(sum)       70.17      by states

3 state     71.67   better decoding




              26
EXPERIMENT A




     27
EXPERIMENT A
original data        modified data

    0.04                 0.09

    0.64                 0.9

    0.32                 0.01



                27
EXPERIMENT A
original data        modified data

    0.04                 0.09

    0.64                 0.9

    0.32                 0.01



                27
EXPERIMENT A
original data        modified data

    0.04                 0.09

    0.64                 0.9

    0.32                 0.01



                27
EXPERIMENT A
original data               modified data

    0.04                         0.09

    0.64                         0.9

    0.32                         0.01

    remaining values: randomly            =1
                           modified data
                    27
EXPERIMENT B




     28
EXPERIMENT B
original data        modified data

    0.04                 0.25

    0.64                 0.64

    0.32                 0.11



                28
EXPERIMENT B
original data        modified data

    0.04                 0.25

    0.64                 0.64

    0.32                 0.11



                28
EXPERIMENT B
original data        modified data

    0.04                 0.25

    0.64                 0.64

    0.32                 0.11



                28
EXPERIMENT B
original data               modified data

    0.04                         0.25

    0.64                         0.64

    0.32                         0.11

    remaining values: randomly            =1
                           modified data
                    28
RECOGNITION ACCURACY
experiment     1 state MLP   3 state MLP


  baseline      68.12          71.55

experiment A    62.77          70.27

experiment B    64.24          70.75


                   29
RECOGNITION ACCURACY
experiment     1 state MLP    3 state MLP


  baseline       68.12          71.55

experiment A     62.77          70.27

experiment B     64.24          70.75

  Information in phoneme posteriors !
                   29
SUMMARY


• contextual   information in features

• contextual   information in probabilities




                               30

More Related Content

What's hot

Isi and nyquist criterion
Isi and nyquist criterionIsi and nyquist criterion
Isi and nyquist criterionsrkrishna341
 
Correlative level coding
Correlative level codingCorrelative level coding
Correlative level codingsrkrishna341
 
Tele3113 tut5
Tele3113 tut5Tele3113 tut5
Tele3113 tut5Vin Voro
 
Nyquist criterion for zero ISI
Nyquist criterion for zero ISINyquist criterion for zero ISI
Nyquist criterion for zero ISIGunasekara Reddy
 
Tele3113 tut3
Tele3113 tut3Tele3113 tut3
Tele3113 tut3Vin Voro
 
Nyquist criterion for distortion less baseband binary channel
Nyquist criterion for distortion less baseband binary channelNyquist criterion for distortion less baseband binary channel
Nyquist criterion for distortion less baseband binary channelPriyangaKR1
 
igorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reportsigorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reportsIgor Freire
 
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformAmr E. Mohamed
 
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)Amr E. Mohamed
 

What's hot (12)

Isi and nyquist criterion
Isi and nyquist criterionIsi and nyquist criterion
Isi and nyquist criterion
 
Correlative level coding
Correlative level codingCorrelative level coding
Correlative level coding
 
Tele3113 tut5
Tele3113 tut5Tele3113 tut5
Tele3113 tut5
 
Chapt 06
Chapt 06Chapt 06
Chapt 06
 
Nyquist criterion for zero ISI
Nyquist criterion for zero ISINyquist criterion for zero ISI
Nyquist criterion for zero ISI
 
Tele3113 tut3
Tele3113 tut3Tele3113 tut3
Tele3113 tut3
 
Dft2
Dft2Dft2
Dft2
 
Nyquist criterion for distortion less baseband binary channel
Nyquist criterion for distortion less baseband binary channelNyquist criterion for distortion less baseband binary channel
Nyquist criterion for distortion less baseband binary channel
 
igorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reportsigorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reports
 
Chapter6 sampling
Chapter6 samplingChapter6 sampling
Chapter6 sampling
 
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
 
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
 

Similar to Exploiting contextual information for improved phoeneme recognition

Surrey dl-4
Surrey dl-4Surrey dl-4
Surrey dl-4ozzie73
 
Performance analysis of bangla speech recognizer model using hmm
Performance analysis of bangla speech recognizer model using hmmPerformance analysis of bangla speech recognizer model using hmm
Performance analysis of bangla speech recognizer model using hmmAbdullah al Mamun
 
Dereverberation in the stft and log mel frequency feature domains
Dereverberation in the stft and log mel frequency feature domainsDereverberation in the stft and log mel frequency feature domains
Dereverberation in the stft and log mel frequency feature domainsTakuya Yoshioka
 
GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討
GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討
GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討Tomoki Koriyama
 
DNA Splice site prediction
DNA Splice site predictionDNA Splice site prediction
DNA Splice site predictionsageteam
 
A Lossless FBAR Compressor
A Lossless FBAR CompressorA Lossless FBAR Compressor
A Lossless FBAR CompressorPhilip Alipour
 
An Introduction to HDTV Principles-Part 3
An Introduction to HDTV Principles-Part 3An Introduction to HDTV Principles-Part 3
An Introduction to HDTV Principles-Part 3Dr. Mohieddin Moradi
 
Usage, Performance and Future Of PL1 at NRB Benoit Ebner
Usage, Performance and Future Of PL1 at NRB Benoit EbnerUsage, Performance and Future Of PL1 at NRB Benoit Ebner
Usage, Performance and Future Of PL1 at NRB Benoit EbnerNRB
 
Optimizing Terascale Machine Learning Pipelines with Keystone ML
Optimizing Terascale Machine Learning Pipelines with Keystone MLOptimizing Terascale Machine Learning Pipelines with Keystone ML
Optimizing Terascale Machine Learning Pipelines with Keystone MLSpark Summit
 
Phonons & Phonopy: Pro Tips (2015)
Phonons & Phonopy: Pro Tips (2015)Phonons & Phonopy: Pro Tips (2015)
Phonons & Phonopy: Pro Tips (2015)Jonathan Skelton
 
Large-scale computation without sacrificing expressiveness
Large-scale computation without sacrificing expressivenessLarge-scale computation without sacrificing expressiveness
Large-scale computation without sacrificing expressivenessSangjin Han
 
Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...Andrea Castelletti
 
Random Number Generators 2018
Random Number Generators 2018Random Number Generators 2018
Random Number Generators 2018rinnocente
 
Modal Analysis Basic Theory
Modal Analysis Basic TheoryModal Analysis Basic Theory
Modal Analysis Basic TheoryYuanCheng38
 

Similar to Exploiting contextual information for improved phoeneme recognition (20)

Surrey dl-4
Surrey dl-4Surrey dl-4
Surrey dl-4
 
Performance analysis of bangla speech recognizer model using hmm
Performance analysis of bangla speech recognizer model using hmmPerformance analysis of bangla speech recognizer model using hmm
Performance analysis of bangla speech recognizer model using hmm
 
adaptive equa.ppt
adaptive equa.pptadaptive equa.ppt
adaptive equa.ppt
 
Dereverberation in the stft and log mel frequency feature domains
Dereverberation in the stft and log mel frequency feature domainsDereverberation in the stft and log mel frequency feature domains
Dereverberation in the stft and log mel frequency feature domains
 
GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討
GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討
GMMNに基づく音声合成におけるグラム行列の
スパース近似の検討
 
PS
PSPS
PS
 
DNA Splice site prediction
DNA Splice site predictionDNA Splice site prediction
DNA Splice site prediction
 
A Lossless FBAR Compressor
A Lossless FBAR CompressorA Lossless FBAR Compressor
A Lossless FBAR Compressor
 
An Introduction to HDTV Principles-Part 3
An Introduction to HDTV Principles-Part 3An Introduction to HDTV Principles-Part 3
An Introduction to HDTV Principles-Part 3
 
Usage, Performance and Future Of PL1 at NRB Benoit Ebner
Usage, Performance and Future Of PL1 at NRB Benoit EbnerUsage, Performance and Future Of PL1 at NRB Benoit Ebner
Usage, Performance and Future Of PL1 at NRB Benoit Ebner
 
defense
defensedefense
defense
 
Optimizing Terascale Machine Learning Pipelines with Keystone ML
Optimizing Terascale Machine Learning Pipelines with Keystone MLOptimizing Terascale Machine Learning Pipelines with Keystone ML
Optimizing Terascale Machine Learning Pipelines with Keystone ML
 
Phonons & Phonopy: Pro Tips (2015)
Phonons & Phonopy: Pro Tips (2015)Phonons & Phonopy: Pro Tips (2015)
Phonons & Phonopy: Pro Tips (2015)
 
PMF BPMF and BPTF
PMF BPMF and BPTFPMF BPMF and BPTF
PMF BPMF and BPTF
 
ACS 22LIE12 lab Manul.docx
ACS 22LIE12 lab Manul.docxACS 22LIE12 lab Manul.docx
ACS 22LIE12 lab Manul.docx
 
Large-scale computation without sacrificing expressiveness
Large-scale computation without sacrificing expressivenessLarge-scale computation without sacrificing expressiveness
Large-scale computation without sacrificing expressiveness
 
Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...
 
Robust Growth-Optimal Portfolios
Robust Growth-Optimal PortfoliosRobust Growth-Optimal Portfolios
Robust Growth-Optimal Portfolios
 
Random Number Generators 2018
Random Number Generators 2018Random Number Generators 2018
Random Number Generators 2018
 
Modal Analysis Basic Theory
Modal Analysis Basic TheoryModal Analysis Basic Theory
Modal Analysis Basic Theory
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 

Exploiting contextual information for improved phoeneme recognition

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. \n
  72. \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n
  79. \n
  80. \n
  81. \n
  82. \n
  83. \n
  84. \n
  85. \n
  86. \n
  87. \n
  88. \n
  89. \n
  90. \n
  91. \n
  92. \n
  93. \n
  94. \n
  95. \n
  96. \n
  97. \n
  98. \n
  99. \n
  100. \n
  101. \n
  102. \n
  103. \n
  104. \n
  105. \n
  106. \n