Skip to content

mukulkant-mikemighty/BSS

Repository files navigation

BSS

Novel approach:

Changing Max Likelihood FastICA from: G = Sk.*tanh(Sk.^2); Gp = 1-tanh(Sk.^2);

to

G = Sk.*tanh(cos(Sk)); Gp = 1-tanh(cos(Sk.^2));

maps the input to tanh function to unbiased range of [-1,1]

Run: Test_ICA.m : TEST-20211214T080911Z-001/TEST/Test_ICA.m Change in : fastICA.m : TEST-20211214T080911Z-001/TEST/fastICA.m

Results:

True Sources taken in one such mixture:

True Source 1: image

True Source 2: image

True Source 3: image


Synthetic Mixtures of such True Sources:

Synthetic Mixture 1: image

Synthetic Mixture 2: image

Synthetic Mixture 3: image


Retreival Method 1 : Kurtosis

Source 1: image

Source 2: image

Source 3: image


Retreival Method 2 : Negentropy

Source 1: image

Source 2: image

Source 3: image


Retreival Method 3 : Max Likelihood

Source 1: image

Source 2: image

Source 3: image



Real Time Mixtures:

RT Mixture 1: image

RT Mixture 2: image


Retreival Method 1 : Kurtosis

Source 1: image

Source 2: image

Source 3: image


Retreival Method 2 : Max Likelihood

Source 1: image

Source 2: image

Source 3: image



About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages