F# 中的马尔可夫库/示例
我正在使用 F# 开展个人项目,并且想尝试使用 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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不太确定马尔可夫模型,但是 Infer.NET< /a> 是一个很棒的统计推断库。
I'm not exactly sure about Markov models, but Infer.NET is a great library for doing statistical inference.
关于数学和一般的 F# - 有一个原生的 F# 数学库 FSharp.MathTools (用 F# 编写),它已与其他项目合并并最终成为 Math.NET (它是 C# 语言,但声称提供F# 开发人员的外观)。
但是,我不确定该库是否对马尔可夫建模有任何直接支持(或者根据该库提供的内容实现该支持有多困难)。
Regarding math an F# in general - There was a native F# mathematics library FSharp.MathTools (written in F#), which has been merged with other projects and eventually become Math.NET (which is in C#, but claims to provide a facade for F# developers).
However, I'm not sure if the library has any direct support for Markov modeling (or how difficult would it be to implement that based on what the library provides).