I've developed an application using Encog 3.1.0 for desktop, but my intent was always to port it to Android platform. Well, in desktop platform it runs nicely, very quick, it takes seconds to finish the job. On the other hand, when I run the same code on Android it becomes very slow.
My question is: Is there any difference on how to program Engog NN for desktop or Android? What should I do in order to run my app on Android in an acceptable time?
PS: my device is a Samsung Galaxy tab 2
Thanks all, B.Ramon
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer
I have not done anything on
I have not done anything on the Android platforms, so I really do not know. If I had to make a guess it would be floating point and/or their implementation of the Math class.