c++神经网络计算所需的矩阵模板库

发布于 2024-09-14 01:57:47 字数 113 浏览 2 评论 0原文

嗨,我正在实现一些神经网络算法,我需要一个矩阵库,我查看并发现有像 ( boost::ublas ) 、 (blitz++) 、 TNT 之类的库......我需要专家的意见一种适合(简单,易于编码,也许高性能)

hi i'm implementing some neural network algorithms and i'll be needing a matrix library, I've looked and found that there are ones like ( boost::ublas ) , (blitz++), TNT... I need experts opinion which one is suitable for (simple , easy coding, high performance maybe )

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

扶醉桌前 2024-09-21 01:57:47

如果没有其他理由,我可能会选择 boost::ublas。老实说,我怀疑其中的大多数代码是否会对神经网络做出很大贡献,因此您选择哪一个可能不会产生巨大的差异。它们都只是充当简单的容器。

Absent some reason to do otherwise, I'd probably go with boost::ublas. To be honest, I doubt that most of the code in any of them is going to contribute a lot toward a neural network, so it probably won't make a huge difference which one you choose. They'll all just be acting as simple containers.

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