neurx v0.1.1 Neurx.Layer View Source
List of neurons. The are used to apply behaviors on sets of neurons. A network is made up layers (which are made up of neurons).
Link to this section Summary
Functions
Activate all neurons in the layer with a list of values
Add neurons to the layer
Connect every neuron in the input layer to every neuron in the target layer
Return a layer by pid
Update all deltas for each neuron
Update a layer by passing in a pid and a map of fields to update
Link to this section Functions
Activate all neurons in the layer with a list of values.
Add neurons to the layer.
Connect every neuron in the input layer to every neuron in the target layer.
Return a layer by pid.
Update all deltas for each neuron.
Update a layer by passing in a pid and a map of fields to update.