F# 中的马尔可夫库/示例

发布于 2024-09-06 09:48:54 字数 91 浏览 6 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

巡山小妖精 2024-09-13 09:48:54

我不太确定马尔可夫模型,但是 Infer.NET< /a> 是一个很棒的统计推断库。

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

断桥再见 2024-09-13 09:48:54

关于数学和一般的 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文