Novel optimizers for maximally updating both the weights and activations of neural networks while keeping weight norms under control. To get there, we needed to invent an efficient, GPU/TPU-friendly method for eigenvalue clipping and solve the Steepest Descent problem on the Positive Semidefinite Cone, Convex Spectrahedron, and finally on the Spectral Ball.| leloykun.github.io
A cheap, GPU/TPU-friendly method for eigenvalue clipping useful for e.g. controlling weight norms in deep learning and projection on the positive semi-definite cone.| leloykun.github.io
前面我们在《通过msign来计算奇异值裁剪mclip(上)》讨论了奇异值裁剪$\newcommand{mclip}{\mathop{\text{mclip}}}\mclip$的数值计算,核心思路...| spaces.ac.cn