Brainwave icon indicating copy to clipboard operation
Brainwave copied to clipboard

A JavaScript neural network learning using genetic algorithms

Results 4 Brainwave issues
Sort by recently updated
recently updated
newest added

Fixed Readme formatting

The error prevented the library from creation neural networks with more than one hidden layer.

I have found an error that prevented the library from creating a network with more than one hidden layer. Original code: for (var i = 0; i < this.numHiddenLayers -...