d12/SimpleNeuralNetwork

Allow configuration of neuron biases and edge weight values

Closed this issue · 0 comments

d12 commented

Currently, edge weight values are initialized to random values between -5 and 5, and neuron biases are initialized to 0. This should all be configurable.