![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9334811_1522132233013_DEF.jpg)
Hafeez
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
86.129
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Is it possible to open neural network training window for previously saved network after matlab is closed?
A network was saved previously,i want to open training window for that saved network, is it possible? The snap of the window i w...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
hi.Can cell vector be used as input to the neural network for training?
I have data from 500 images.each image is arranged into 5*32256 matrix .Then all of the images are put into a single cell as an ...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi. I am using mse funtion to find the mse of my network. In my opinion mse should change for every input.once i save the network and reload it. the mse command doesnt work and produces error.kindly help
if true [baboon_fit,tr]=train(baboonnet,input,target); output=sim(baboon_fit,input); MeansqEr= mse(baboon_fit,target,outp...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
the mse command works fine when i use it after training. but when i load the network in a new file.the mse command gives error. kindly tell how can i find the mse for the new_input. after the network is being trained and saved.
if true [net,tr]=train(net_a,input,target); output=sim(net,input) MeansqEr= mse(net,target,output) save net load net ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi. I am using psnr to find the peak snr of image. what is the unit of the peak snr returned by psnr function? is it db by default? if not then how to convert it into dbs.
PEAKSNR = psnr(A, REF)
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi, how can i scale the image data to 0 and 1
i am working on greyscale images, i have to scale the data between 0 and 1, and but dividing the image data on 255 gives only 0 ...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Genetic programming reference or code
I am sorry for the lack of my knowledge. i am interested in cartesian genetic programming, but cant find a book or a document or...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi, i am already sorry for my lack of knowledge. but i am not clear which transfer function is to be used in hidden layers.logsig or tansig?
I have this simple program from internet. i guess its simple fitting problem, when i change the transfer function of hidden laye...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Converting matrix to binary matrix and then saving the matrix to excel
Hi.I want to export image matrix in binary format to excel,I have used dec2bin to covert my image matrix into binary format.The ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
exporting binary matrix to excel
Hi using dec2bin i have converted matrix into a binary vector, now i want to export the binary vector to excel, i am facing prob...
alrededor de 8 años hace | 2 respuestas | 0