it's often said that neural networks are 'nondeterministic', but that is actually not the case in the strict sense (i.e, input x -(always)> output y). a NN is a pure function of its weights. nondeterminism comes from implementation details (numerics, batching, kernel sequencing, etc).
13 days ago