Hi, I am trying to run a NN learner on same data in 2 different programs. Although everything (the data and parameters) are same and also I manually set initial weights to same value (0), I result in different weights in 2 programs. Interesting thing is running each program consecutively doesn't change independent results. What I debug and check is:
1) Input data,
2) NN Parameters
3) Init. weights
4)Class labels (output nodes)
and these are all same. What else should I check?