question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Transpose mv_ica and perm_ica umixing matrix

See original GitHub issue

GroupICA has unmixing matrices (self.individual_components_) such that XW^T recovers the source. PermICA and MultiviewICA have the unmixing matrix such that XW recovers the source (as I had initially implemented it). GroupICA version I believe is correct and the latter two should be switched.

Multiview ICA tutorial should be updated as well.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hugorichardcommented, Nov 3, 2020

Sorry I will hurry up. I decided to rewrite the code so that it is more similar to the GroupPCA and GroupICA one and I have to spend more time on it. I’ll make a sprint on this next Friday.

0reactions
rflperrycommented, Nov 2, 2020

@hugorichard I can make a PR for this if you are currently busy with other things

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lesson 17: Independent Components Analysis
'Independent Component Analysis', or ICA is a way to unmix these two recordings to estimate the two original separate sound sources.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found