neurx v0.1.1 Neurx.Connection View Source

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.

Link to this section Summary

Functions

Convenience method that takes two neuron pids, creates a connection, and then returns connection pid

Return connection by PID

Link to this section Functions

Link to this function connection_for(source_pid, target_pid) View Source

Convenience method that takes two neuron pids, creates a connection, and then returns connection pid.

Return connection by PID

Link to this function start_link(connection_fields \\ %{}) View Source