Statistics
4 Questions
0 Answers
RANK
78,283
of 301,428
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,271
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,497
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0

