神经网络编程;将 Matlab 转换为 C++
我们有一个用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信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++.