flâneur

Modular Manifolds - Thinking Machines Lab

thinkingmachines.ai · 4,437 words · saved by 16 readers

A geometric framework for co-designing neural net optimizers with manifold constraints.

When we train large neural networks, we need to keep them healthy. We do not want the tensors in the network-either the weights, activations or gradients-to grow too large or too small. Very small and very large tensors cause a variety of problems not just limited to numerical underflow and overflow. For example, weight matrices changing size during training makes it harder to design training algorithms-since the relative size of updates to weights has a significant impact on the speed of learning. The gold standard for keeping tensors healthy is to normalize them. Normalization is commonplace

saved by

related reading