简体   繁体   English

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

[英]Neural network programming; converting Matlab to C++

We have a program written in matlab software. 我们有一个用matlab软件编写的程序。 It contains a Hopfield net that saves a pattern after searching a large picture to find it. 它包含一个Hopfield网络 ,该网络在搜索大图片以找到图案后会保存图案。

Is it possible to rewrite this code in a programming language like c++, for increasing efficiency? 是否可以用c ++这样的编程语言重写此代码以提高效率?

If it is possible, is it necessary to rewrite algorithms like the newhop learning algorithm again or are there already code examples to use? 如果有可能,是否有必要再次重写类似newhop学习算法的算法,还是已经有使用的代码示例了?

我相信在matlab中有一个matlab到c ++的按钮,所以是的,您当然可以在c ++中重写matlab的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM