views:

671

answers:

1

Does anyone know of any HMM implementation in .net?

I've some stuff that I did that was basicly reverse engineered from what little knowledge that I have regarding the subject and some c++ code of a very domain specific application that one of my professors did.

I want to improve it somewhat and having another's work that is in the same language to compare to can really help to see if I've got it right or not.

+4  A: 

A quick Google search returned this C# implementation of what appears to be a Hidden Markov Model (they said it was an n-gram, but the implementation appears to be an HMM).

Chris Bunch