Himanshu tripathi
Followers: 0 Following: 0
Statistics
0 Questions
6 Answers
RANK
5.417
of 295.673
REPUTATION
8
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
1 Public Channel
AVERAGE RATING
50
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
classificationLayer cannot output one-hot encoded matrix?
Hey Xiaolong, Why do you want to feed one hot encoded Y to the net? The function trainNetwork() does not accept one hot encod...
meer dan 5 jaar ago | 0
How can I configure a MATLAB Function block from Simulink
To configure Right Click > Block Parameters.
meer dan 5 jaar ago | 0
A simple classifier...does it work?
Yes, looking at the results it seems fine !
meer dan 5 jaar ago | 1
| accepted
omit nonzero elemnt in cell
This may be helpful. Replacing Values of a cell in Matlab.
meer dan 5 jaar ago | 0
zero pad to resize an image
Try this I = rand(240,152) ; // first image iwant = zeros(240,168) ; iwant(1:240,1:152) = I ;
meer dan 5 jaar ago | 1
Why do I get these error message ?
Try this for i = 1:size(BB,1) rectangle('Position',BB(i,:),'LineWidth',3,'LineStyle','-','EdgeColor','r'); end
meer dan 5 jaar ago | 0