Maximum likelihood estimation approach
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hello sir, i am doing project on ICA, i am facing a problem in separating images. i am getting MSE of the order of 10^3. basically i've taken three images, mixed them by : X=AS, where A is mixing matrix. after this i did centering of X and then normalized it. after this i generated a weight matrix W and i wrote the equation of weight matrix in whike loop. this loop will run till either count==100 or MSE the equation of weight matrix is: W=W+0.0001*(I-(gu*u'))*W; where gi(ui) =0; ui<v; a sign(ui); ui=v v lies between 0 and 1.732. nd ui=W*X. please help me...
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Mathematics and Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!