Neural Network v0.1.2 API Reference
Modules
Mix task to run the neural network using various data sets
Setup workers and start the app
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
Factory of data sets for the network to learn. Data sets: or, and, xor, nand
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)
Contains layers which makes up a matrix of neurons
A neuron makes up a network. It’s purpose is to sum its inputs and compute an output. During training the neurons adjust weights of its outgoing connections to other neurons
Runs a network as classified by data its given