Maximum likelihood estimation approach
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!