Hidden Markov Models, Viterbi and the Higgs Boson
Written by Mike James   
Saturday, 19 May 2012

It isn't often that you get the chance to view a video that includes a discussion of a wide range of very technical topics. In this interview, Brian Beckman really does range over topics as diverse as the Viterbi algorithm and the Higgs boson.

Brian Beckman is an ex-cosmologist who now works for Microsoft Research. He seems to have the luck to work on interesting things:

"His team works on innovative incubation projects that turn into developer platform features (like LINQ, for example) and more."

In this video he discusses the implementation of the Viterbi algorithm in C#. If you have no idea what the Viterbi algorithm is then it would take some time to explain it in detail but if you joined in with the Stanford online AI course you will probably know that it is all about Hidden Markov Models - HMM.

In a nutshell an HMM postulates a multi-state system for the production of some outcome with the probabilities of the outcomes varying according to the state. The Viterbi algorithm is a way of estimating the probabilities of the states given the observations. This is useful in a range of AI applications and in error correcting codes. 

 The video is an hour long, but it is worth it:


On the way, the topics covered include Rx, monads and the promised Higgs Boson. 

If you want to download the code demos these are at:

https://github.com/rebcabin/DotNetExtensionsImproved

 

markovhidden

 

Further Reading

Brian Beckman: Monads, Monoids, and Mort

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook, install the I Programmer Toolbar or sign up for our weekly newsletter.

 

Banner


The Single Issue Of 2025 - AI
01/01/2025

We have spent a lot of time talking about AI and its impact on programming over the past year, but the new year will confirm that it's a game changer or just another passing fad. It is the one big iss [ ... ]



Trees And Heaps For Xmas - A Programmer At Xmas
24/12/2024

Christmas is a time for tradition. Finding the Christmas lights in the dark recesses of a cupboard and hanging much-loved baubles on the Christmas Tree. Running this xkcd cartoon has become a part of& [ ... ]


More News

 

 

Last Updated ( Saturday, 19 May 2012 )