Package saaps.network

Class Summary
Layer The Layer class consist of a collection of Neuron objects.
Network The Network class consist of one or several Layer objects.
NetworkModel  
NetworkParam A NetworkParam object contain the weights, biases and activation functions for a feedforward network.
Neuron The Neuron class is the smallest building block of a network.
NormParam The class NormParam contain the normalization parameters needed for the preprocessing of a TimeSeries object before it is input to a network.