Neural Network on Windows Phone 8.0 -


i trying neural network application on windows phone 8. , writing below code:

activationnetwork network = null; //global variable  network = new activationnetwork(             new bipolarsigmoidfunction(2),    //aktivation func.             9,                                //input count             20,                               //hidden layer count             1                                 //output count             ); 

this code working on desktop project.(c#) not working windows phone 8.

this aforge framework's function. installed via nuget.

when clicked run getting error. error code:

an exception of type 'system.typeloadexception' occurred in panoramaapp2.dll not handled in user code additional information: type 'aforge.neuro.bipolarsigmoidfunction' assembly 'aforge.neuro, version=2.2.5.0, culture=neutral, publickeytoken=2094f4ea39731d4f' attempting implement inaccessible interface.

what problem?

how can succeed?

thanks in advance. (sorry language.)

looks official version on nuget not support windows phone. check link: http://www.aforgenet.com/forum/viewtopic.php?f=2&t=3061


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -