neurx v0.1.3 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
Returns a specification to start this module under a supervisor
Convenience method that takes two neuron pids, creates a connection, and then returns connection pid
Return connection by PID
Server Callback for GenServer - call
Server Callback for GenServer - cast
Server Callback for GenServer - init
Creates a connection
Update a connection by passing in a pid and a map of fields to update
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Convenience method that takes two neuron pids, creates a connection, and then returns connection pid.
Return connection by PID
Server Callback for GenServer - call
Server Callback for GenServer - cast
Server Callback for GenServer - init
Creates a connection.
Update a connection by passing in a pid and a map of fields to update.