开发者

How can I used trained network in .net

开发者 https://www.devze.com 2023-03-08 08:10 出处:网络
Hi I trained my ne开发者_开发问答twork into Matlab neural network toolbox I save it.. I can used into matlab environment by calling sim(net,p) but How can I export it to anther .net apps ?You might be

Hi I trained my ne开发者_开发问答twork into Matlab neural network toolbox I save it.. I can used into matlab environment by calling sim(net,p) but How can I export it to anther .net apps ?


You might be better off exporting just the weights (etc.) element of the network and using them in a library designed for .NET like AForge.NET, rather than deal with all of the interop.

0

精彩评论

暂无评论...
验证码 换一张
取 消