Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Dolphin whistles example -> Move to the frequency domain and use Sakoe Chiba bounds to perform dynamic time warping.
  2.  
  3. Viterbi Path - most probable path through the trellis
  4.  
  5. Hidden Markov Models training notes:
  6. try many different topologies
  7. use cross-validation
  8. split independent signals that have the same logical meaning vs. trying to forcing the model (analogous coarticulation of phenoms):
  9. s1_telem_pos_updt_3M22_Zircon
  10. s2_telem_pos_updt_3M22_Zircon
  11.  
  12. Putting these signal networks into active memory is prohibitive so that we can use stochastic beam search. Also, to deal with real-world environments, we can use Baum Welch (error/2), statistical grammars (error/4), and state tying, and segmentally boosting (may be coming to HTK via GA Tech) to help overcome context training.
  13.  
  14. Researchers are working at Google, combining HMMs with deep belief networks and finding better results.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement