neurx v0.1.1 Neurx.Network View Source
Contains layers which makes up a matrix of neurons.
Link to this section Summary
Functions
Activate the network given list of input values
Return the network by pid
Takes in the network configuration as a map and creats the specified network
Set the network error and output layer’s deltas propagate them backward through the network. (Back Propogation!)
Update the network layers
Link to this section Functions
Activate the network given list of input values.
Return the network by pid.
Takes in the network configuration as a map and creats the specified network.
Set the network error and output layer’s deltas propagate them backward through the network. (Back Propogation!)
The input layer is skipped (no use for deltas).
Update the network layers.