Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 847 Bytes

saturation.rst

File metadata and controls

31 lines (18 loc) · 847 Bytes

Saturation

Saturation is a metric used for identifying the intrinsic dimensionality of features in a layer.

A visualization of how saturation changes over training and can be used to optimize network topology is provided at https://github.com/justinshenk/playground:

image

Covariance matrix of features is computed online:

$$Q(Z_l, Z_l) = \frac{\sum^{B}_{b=0}A_{l,b}^T A_{l,b}}{n} -(\bar{A}_l \bigotimes \bar{A}_l)$$

for B batches of layer output matrix Al and n number of samples.

Note

For more information about how saturation is computed, read "Feature Space Saturation during Training".

Indices and tables

  • genindex
  • modindex
  • search