Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
35.164
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
18.18%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Global learning rule (neural approach)
what is the matlab code for source separation using global-learning rule ( neural approach)?? please help me!!
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
error in while loop
hello... i am currently doing project on secured image compression using independent component analysis and artificial neural ne...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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:...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
error in spiht algorithm
hello sir!! i am getting an error at a line for uncompression in spiht algorithm.
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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);...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 10 años hace | 1 respuesta | 0