AdaptiveMotorControlLab / CEBRA

Learnable latent embeddings for joint behavioral and neural analysis - Official implementation of CEBRA
https://cebra.ai
Other
875 stars 66 forks source link

Extend Delta distribution to multiple dimensions #76

Closed gonlairo closed 10 months ago

gonlairo commented 10 months ago

This PR extends the delta distribution to multivariate Gaussian (now it only works for 1D). Please note that the current implementation assumes that the multivariate normal has a diagonal covariance matrix (no correlation between vars).

Fix https://github.com/AdaptiveMotorControlLab/CEBRA/issues/56 Fix https://github.com/AdaptiveMotorControlLab/CEBRA-dev/pull/638