cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.92k stars 666 forks source link

Mutating of the weights #327

Open davidhorak opened 6 years ago

davidhorak commented 6 years ago

Is there a way how to mutate the current weights and biases stored in the network? I.e. when a network is cloned, is there a way how to slightly modify the values (mutate)?

ghost commented 6 years ago

dirty fix would be to keep one network trained one more epoch.