cazala / synaptic

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

fix memory leak with Network.fromJSON, remove unused code #274

Closed carlhopf closed 6 years ago

carlhopf commented 6 years ago

in Layer.js

this.nerons is a function, so this.neurons[id] = neuron will save neurons to this function's prototype and leak memory

also see discussion https://github.com/cazala/synaptic/issues/164