Hacker News new | ask | show | jobs
by aljarry 475 days ago
That's true with any neural network or ML model. Pick a few points, use the same algorithm with the same hyperparameters and random seed, and you'll end up with the same result. Determinism doesn't mean that the "logic" or "reason" is an effect of the algorithm doing the computations.
1 comments

The logic or reason is emergent in the combinations of the activations of different artificial neurons, no?
Yes, exactly. What I meant is: it's not the code itself that encodes this logic or reasoning.