Tag: connectivity

  • A Free Connectivity Non-Solution

    In this post I explore one possible unconstrained connectivity solution that turns out to not work. As before, the loss function we’re optimizing is$$ L(\ZZ) = {1 \over 2} \|\XX^T \ZZ^T \ZZ \XX – \CC\|_F^2 + {\lambda \over 2 }\|\ZZ – \II\|_F^2.$$ The gradient above is $$ \nabla_\ZZ L = \ZZ (2 \XX \bE \XX^T)…

  • Decomposing connectivity

    While working on optimizing connectivity for whitening (see below) I remembered that it can be useful to decompose connectivity matrices relating neurons into components relating pseudo-neurons. In this post, I’ll show how this can be done, and highlight its application to the whitening problem. I will assume that our $N \times N$ connectivity matrix $W$…