UnPassive / NeuralNetwork

Multi-layer feedforward and Radial basis function neural networks
MIT License
1 stars 0 forks source link

Finished weight array initialization method #3

Closed sanchewy closed 7 years ago

sanchewy commented 7 years ago

Keinan created the 2d double array for holding the network's weights. He also created the method for initializing them randomly.

I just noticed that I don't need that "Integer" import on NeuralNetworks.java line 4. Someone else kill it in their next commit.

sanchewy commented 7 years ago

This needs to merge. Other changes were pushed to master, so it might need a rebase.