How can I used trained network in .net
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.
精彩评论