A collection of fragments of understanding in the pursuit of deeper questions.
Local Learning Papers: "Training Neural Networks with Local Error Signals".
![]() |
![]() |
|---|
There are approaches that train neuronal networks using Local Layer error signals. This has the advantages that activations don't occupy space in memory, and that parallelization becomes easy (each layer in own GPU, train all simultaneously). One can use a combination of Similarity Matching Loss (sim) and Cross Entropy Loss (pred).
Optimization vs. Generalization
