I created a network with matlab. I can see the result of this network for my Matlab entries with this command: sim (net, 0.01)
I want to do this job in C ++ using "net" created using matlab. How can i do this?
ITNOA
if you can create a Simulink network model, then you can export your network to c-language (for example, http://compgroups.net/comp.soft-sys.matlab/exporting-neural-network-to-c++/408091 ) , it's simple. but I donβt think this method will be good for using a neural network for other programs, for me the best solution is to use a neural network formula (for example, try to simulate a neural network in Matlab myself ) and use network weights that are exported from the trained network to Matlab will be used in your program because it is easy and clean.
Source: https://habr.com/ru/post/1415612/More articles:remote powershell script executed by an anonymous user - sql-serverhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1415608/does-it-violate-encapsulation-for-interface-property-accessors-to-be-public&usg=ALkJrhiyJLp9joGqwJWj3ToPOddYE-bCCQReloading empty drool on guvnor resource on drools-camel-server - droolsIs it possible to use polymorphism over a service with a SOAP object? - polymorphismAlternative pjax / djax and ajaxy - jqueryHow to scale a shape to a specific size in inches in matplotlib - matplotlibquick way to update image objects in a Matlab figure - image-processingtry to simulate a neural network in Matlab - matlabShould infrastructure dependencies be built in? - .netpuppet chown / chmod against files under a directory in batch mode - puppetAll Articles