photo

Himanshu tripathi


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

All
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 5 Jahre vor | 0

Beantwortet
How can I configure a MATLAB Function block from Simulink
To configure Right Click > Block Parameters.

etwa 5 Jahre vor | 0

Beantwortet
A simple classifier...does it work?
Yes, looking at the results it seems fine !

etwa 5 Jahre vor | 1

| akzeptiert

Beantwortet
omit nonzero elemnt in cell
This may be helpful. Replacing Values of a cell in Matlab.

etwa 5 Jahre vor | 0

Beantwortet
zero pad to resize an image
Try this I = rand(240,152) ; // first image iwant = zeros(240,168) ; iwant(1:240,1:152) = I ;

etwa 5 Jahre vor | 1

Beantwortet
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

etwa 5 Jahre vor | 0

Kanal


sih_1
learning plotting

mehr als 5 Jahre vor