matlab神经网络工具箱 [英] matlab neural network toolbox

查看:193
本文介绍了matlab神经网络工具箱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用matlab神经网络训练一些数据,但我想在c ++程序中运行这个神经网络,如何做呢?

I used the matlab neural network to train on some data but I want to run this neural network in c++ program,how to do that?

推荐答案

您可以使用ML生成您的要素集(输入图层),然后使用开源C ++ NN实现来进行训练/分类。 (例如, http:/ /takinginitiative.net/2008/04/23/basic-neural-network-tutorial-c-implementation-and-source-code/ )如果你想使用ML训练和C ++来分类它不应该太难以用可以由C ++分类器读入的方式编写一些额外的代码来写出训练的网络。

You can use ML to generate your feature set (input layer) and then use an open source C++ NN implementation to do training/classification. (E.g., http://takinginitiative.net/2008/04/23/basic-neural-network-tutorial-c-implementation-and-source-code/) If you want to use ML to train and C++ to classify it shouldn't be too difficult to write some additional code to write out the trained network in a way that can be read in by the C++ classifier.

这篇关于matlab神经网络工具箱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆