Working on DenseNet 40 reproduction.
Adding flag to suppress bias.
Coding normalization layers.
Coding normalization and densenet.
Adding NormalizeMaxAbsoluteDelta.
Adding functions to get Min/Max Deltas from CNN.
Coding TNNetChannelStdNormalization (replacement to batch normalization).
Adding NN layer to Zero Center the output speeding up learning
Small bugfix and more testing.
Coding TNNetShift.