Jevri Hanna

Results 9 comments of Jevri Hanna

Ok, maybe a naive question, but could this be implemented straightforwardly within the existing Block Coordinate Descent algorithm by swapping out the L21 proximal operator with the L212 proximal operator,...

The encoder transforms all output vectors to have a norm of 1 (i.e. mapping to a unit sphere). But if this is the case, a batch of such vectors cannot...

I made an implementation of directed Phase Transfer Entropy (dPTE) last year, and have been wanting to integrate it with MNE Python for a while, but could never find the...

Yes, gladly. It's currently buried [here](https://github.com/TinnErlangen/ATT/blob/5a73043aa16846f0762b3af0162fff5f64fc5659/dPTE.py) in an otherwise very disorganised repo. The main function, epo_dPTE, takes an epoch array of data [n,c,t], where n is number of epochs, c...

The primary benefit in my view is the addition of _directed_ connectivity to the MNE repertoire. As far as I know, there are still only non-directed methods available in MNE....

Yes, very much, and it's been on my mind since the summer, but I've been very busy lately. Realistically I think I could find some time for it in December.

Thanks. Unfortunately none of the workarounds solved the problem for me, but I did run across some odd properties of the Brain surface opacity. If I set the alpha to...

Enabling depth peeling had no effect except to significantly slow down redraw speed. The MNE Brain class draws it perfectly well, but the problem is that I'm using this with...