neurx v0.1.3 API Reference
Modules
Documentation for Neurx
Contains all of the activations functions
Documentation for Build
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
Documentation for Train
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 all of the loss functions
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
Contains all of the optimization functions
Documentation for Train