I am trying to extract rules from weights generated from a feed forward backpropagation NN. Each time I am running the program the weights are changing but with very small difference. To extract rules I am trying to count the positive nodes with some threshold. I would like to know whether any standard RNG would help.

Similar questions and discussions