neurx v0.0.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

Link to this function activate(network, input_values) View Source

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.

Link to this function train(network, target_outputs) View Source

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.