-
Notifications
You must be signed in to change notification settings - Fork 661
Open
Description
Currently synaptic use Math.random inside the code like
https://github.com/cazala/synaptic/blob/master/src/Neuron.js#L60
This means when you create a neural network, it will behave differently when run in different computers / different times
It would be a good idea to (maybe optionally) specify a seed that get used for all randomness execution.
Currently I can just monkey-patch Math.random for that but this is not ideal.
flesler
Metadata
Metadata
Assignees
Labels
No labels