photo

Zonghao


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
287,554
of 301,496

평판
0

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,302

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,859

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to train a neural network with a matrix as input
For now, I have got my feature matrix( x_train), which is 25 * 1000, each column is one train data and each train data has a dim...

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

0

답변

질문


Why linprog give answer not satify the constrains?
The optimazation problem is: min 10x1 + 0x2 + 20x3 + 11x4 + 12x5 + 7x6 + 9x7 + 20x8 + 0x9 + 14x10 + 16x11 + 18x12 s.t. x1 + x...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to get real value after IFFT without using abs() and real()
%Ir_c is the double type of input image Ir_c_f = fft2(Ir_c); Ir_c_f_c = fftshift(Ir_c_f); Ir_c_f_c(1: 118, 1: 256) = 0; Ir_c...

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

1

답변

질문


how to optimize maximum like-hood function?
I try to use maximum like-hood approach to calculate some parameters. But I do not know the specific expression of the posibilit...

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

0

답변