src/activation/README.md
Activation can be thought of as a sort of one way compressor for numerical values.
Activation is useful for:
For every activation, there is usually a widely accepted means of measuring it, this term the activation's derivative function. For simplicity, it is referred to as our "measure" function.
activate - the activation type's mathematical function
activate specifically correlates to the activation function typemeasure - the derivative to measure the activationFor programmatic, simplicity, and practicality, we namespace the structure as:
relu (activation type)
|-activate
|-measure