photo

khan


student

2015년부터 활동

Followers: 0   Following: 0

메시지

A Student who want to learn Matlab using GPU.

통계

MATLAB Answers

5 질문
5 답변

순위
143,746
of 300,771

평판
0

참여
5 질문
5 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

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...

대략 10년 전 | 0

답변 있음
How to sum out all the 1 in the bw image?
use Total_ones = numel(find(YourMatrix(:)==1)

대략 10년 전 | 0

질문


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...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


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...

10년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
how 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 ...

10년 초과 전 | 0

질문


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 ...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 11년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Differrence 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...

거의 11년 전 | 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...

거의 11년 전 | 0