photo

Prb


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
1 답변

순위
30,023
of 300,771

평판
1

참여
12 질문
1 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


What is the meaning of following code?
Hi I would lioke to know the meaning of the following code NewRes(:,:,Channel,:) = Residuals([1:2:size(Residuals,1)],[1:2:size(...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is an equivalent of find() in python?
Hi could you please explain what the find() doing in hte below code. How can I represent the similar code in python? PercentCor...

6년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Convert matlab zeros function to Python equivalent
Hi Could you pleas elet me know what would be a similar conversion of matlab zeros to np.zeros for datatype. I am getting an err...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Run GPU code only on CPU: How to get rid of gpuArray data?
Hi I have this piece of deep learning code which runs on GPU. I wish not to use GPU. How can I change the code to run only on CP...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


what does x= [ones(1,2) 2 ones(1,1) 2 ones(1,2) 1] do?
please explain the X= [ones(1,2) 2 ones(1,1) 2 ones(1,2) 1]; line of code. I understand that it is creating 1 by 2 array of one...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is an equivalent for vl_nnconv in python?
Hi I want to translate the below set of code in python. What can I use only with the help of numpy or pandas (without using tens...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is the meaning of Filters{i}(1:3,1,:,:)=0
Hi what would be an equivalent of below code in python? Filters{i}(1:3,1,:,:)=0

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

0

답변

질문


Math functions from matlab to python
Hi is this the right way to trnaslate matlab logarithmic function, sqrt and rounding as shown below in python Matlab: Shifts(1...

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

0

답변

질문


Repmat equivalent in python
Hi What is is the equivalent of repmat in python and how does the below code translates to python. BlocksEachScale =6 Residua...

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

0

답변

답변 있음
how to convert this block of code to python?
I think this is the right answer here for i in range (0,len(Filters)): for j in range(0, len(Filters[i]): Filter...

6년 초과 전 | 0

질문


Equivalent of matlab zeros function in python
What is the equivalent of zeros function in python to translate below code block Shifts = zeros(length(Filters)-1,1,'int16'); ...

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

0

답변

질문


Matlab equivalent code in python
Hi What would be an equivalent code in python for this line of Matlab code X_test = int8(single(X_test) - 127)

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to convert this block of code to python?
%convert the weights to -1 and + 1. Store in single because conv2 requires it for i = 1:length(Filters) Filters{i} = gpuAr...

6년 초과 전 | 답변 수: 1 | 0

1

답변