====Basic Normalisation Formats==== These basic [[normalisation formats|formats]] set how //all// of the inputs will be normalised. ^Format^Meaning^ |A|All inputs are automatically scaled between 0-1, except for those that cross between negative and positive numbers, which are scaled -1 to 1. Values that range between negative numbers and zero are inverted.| |-1-1|All inputs are scaled to fit into a scale between -1 and +1| |0-1|All inputs are scaled to fit in a range between 0-1| |*|Inputs are **not scaled** and left as raw numbers| In many cases, you might want finer-grain control - in which case you use a [[per-channel normalisation format]].