Statistics
11 Questions
0 Answers
RANK
35.164
of 295.467
REPUTATION
1
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
18.18%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Global learning rule (neural approach)
what is the matlab code for source separation using global-learning rule ( neural approach)?? please help me!!
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
while loop convergence problem
i am writing a program to separate my mixed images using neural learning algorithm.i have a program instead of looping 100 times...
meer dan 9 jaar ago | 1 answer | 1
1
answerQuestion
Maximum likelihood estimation approach
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. basical...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
to reduce separating matrix
when i am running the code of maximum likelihood solution then i am getting separating matrix of very high value. due to this i ...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
can someone help me in writing this equation?
Wt+1 =Wt + (I − g(u)u')Wt, how can we write this equation in matlab? here W is weight matrix.g(u) is score function and u' is...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
error message: "In an assignment A(I)=B , the number of elements in B and I must be the same.
i am getting this error at : a=5; b=10; a1=unifrnd(a,b,4,4); x=a1*double(s3); W=unifrnd(a,b,4,4); U=W*x; alpha=4; g1=alph...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
error in while loop
hello... i am currently doing project on secured image compression using independent component analysis and artificial neural ne...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
implementing pre-whitening learning rule.
i am applying pre-whitening in my project and my loop is going infinite.I am applying learning rule. kindly help me. My code is:...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
error in spiht algorithm
hello sir!! i am getting an error at a line for uncompression in spiht algorithm.
ongeveer 10 jaar ago | 0 answers | 0
0
answersQuestion
currently i am doing project on secured image compression using independent component analysis and neural network... so as a resultant i am getting white image. my code is as follows:
clc; clear all; i1=imread('t1.jpg'); i2=rgb2gray(i1); p=imresize(i2, ([256 256])); subplot(3,3,1) imshow(p);...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
error occurring stating that image is too big to fit on screen, displaying at resolution 1%
currently i am doing project on secured image compression using independent component analysis and neural network.. so my code ...
ongeveer 10 jaar ago | 1 answer | 0