
khan
student
Followers: 0 Following: 0
Estadística
5 Preguntas
5 Respuestas
CLASIFICACIÓN
203.043
of 297.457
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.438
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 158.938
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
How can I import all files from a folder in a loop and then work on them?
F = dir('C\path\folder\*.raw'); for ii = 1:length(F) imagesAll(:,:,ii) = openraw(F(ii).name); end But you h...
más de 9 años hace | 0
How to sum out all the 1 in the bw image?
use Total_ones = numel(find(YourMatrix(:)==1)
más de 9 años hace | 0
Pregunta
Sliding in Conv2, Imfilter etc with stride of more than 1
Hi, I want to filter an image with a kernel, but instead of sliding and leaving 1 row or column at each time, i want to leave mo...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Compiler problem while using GPU
Hi, I am trying to use GPU for Matconvnet code on Matlab 2014b using windows 7. I installed Microsoft Visual C++ 2013 Professi...
casi 10 años hace | 0 respuestas | 0
0
respuestashow to save the value of each iteration in a loop for later use in the program?
may be your data in a-c is bigger than a value. So you have to use according to your data i.e. a and b. i dont know exactly ...
casi 10 años hace | 0
Pregunta
How to speed up code using GPU?
Hi all, I have a general question, I have a neural network where the input is 80x60x13x2000. In current setup i take one ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to convert this code in vectorize form to be faster?
The code below is correct, but I want to vectorize it (and may convert to GPU) to increase the speed. How can I convert it t...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Continious message "starting parallel pool (parpool) using the local profile"?
Hi all, I am trying to run two instances of matlab2014b. First i started a Matlab which uses parfor, and it gives message t...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasDifferrence between feed forward & feed forward back propagation
what you said it suggest that the new function have both forward and backward propagation in the same function. Where is the old...
alrededor de 10 años hace | 0
change the order of columns in a matrix
What do you mean by most similar? Although one thing is that you can order it in aascending or descending order. You will have m...
alrededor de 10 años hace | 0