Forward Viterbi - Hidden Markov Model

Here, a C# implementation of the Forward Viterbi algorithm presented at Wikipedia can be found. A few improvements can still be performed in the fileLoader class. The code is well commented so I will refrain here from explaining how it works.

Download the source code.