Transpose mv_ica and perm_ica umixing matrix
See original GitHub issueGroupICA
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:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
@hugorichard I can make a PR for this if you are currently busy with other things