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) 投入数据
(2) 无线参数
3)内加权
4) 标签(产出点)
这些都是相同的。 我应该检查什么?