Search code examples
f#markov

Markov library/samples in F#


I am working on a personal project with F# and would like to experiment with F# and Markov models. Can anyone recommend a library/sample with source that supports Markov modeling? Since this is a personal project I would prefer something that is free...


Solution

  • I'm not exactly sure about Markov models, but Infer.NET is a great library for doing statistical inference.