Neural Network v0.1.2 NeuralNetwork.Connection
Neurons communciate via connections. Connection weights determine the network output and are updated while training occurs. Network capability is represented in the network matrix of weight values.
Summary
Functions
Convenience method that takes two neuron pids, creates a connection, and then returns connection pid
Return connection by PID
Functions
Convenience method that takes two neuron pids, creates a connection, and then returns connection pid.