神经网络编程;将 Matlab 转换为 C++

发布于 2024-10-12 18:34:13 字数 225 浏览 5 评论 0原文

我们有一个用 matlab 软件编写的程序。它包含一个 Hopfield 网,在搜索大图片以找到它后保存模式。

是否可以用 c++ 等编程语言重写此代码以提高效率?

如果可以的话,是否需要重新重写像newhop学习算法这样的算法,或者是否已经有代码示例可以使用?

We have a program written in matlab software. It contains a Hopfield net that saves a pattern after searching a large picture to find it.

Is it possible to rewrite this code in a programming language like c++, for increasing efficiency?

If it is possible, is it necessary to rewrite algorithms like the newhop learning algorithm again or are there already code examples to use?

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

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

发布评论

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

评论(1

卷耳 2024-10-19 18:34:13

我相信matlab中有一个matlab to c++按钮,所以当然你可以用c++重写matlab的东西。

I believe there is a matlab to c++ button in matlab, so yes of course you can rewrite matlab stuff in c++.

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