Closed sanchewy closed 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.
This needs to merge. Other changes were pushed to master, so it might need a rebase.
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.