Neural Network v0.1.2 NeuralNetwork.Layer
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).
Summary
Functions
Activate all neurons in the layer with a list of values
Add neurons to the layer
Empty out the layer of all neurons
Connect every neuron in the input layer to every neuron in the target layer
Return a layer by pid
Clear and set neurons in the layer with a given list of neurons
Update all deltas for each neuron
Update a layer by passing in a pid and a map of fields to update
Functions
Connect every neuron in the input layer to every neuron in the target layer.