khan
student
Followers: 0 Following: 0
A Student who want to learn Matlab using GPU.
Statistics
RANK
242,769
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
5 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
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...
9 years ago | 0
How to sum out all the 1 in the bw image?
use Total_ones = numel(find(YourMatrix(:)==1)
9 years ago | 0
Question
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 0 answers | 0
0
answershow 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 ...
9 years ago | 0
Question
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 ...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
10 years ago | 2 answers | 0
2
answersDifferrence 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...
10 years ago | 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...
10 years ago | 0