photo

progga ilma


Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

Visualizza badge

Feeds

Visto da

Risposto
MATLAB error: The output size (4) of the last layer doesn't match the number of classes (2). How to match the size for neural network?
replace fullyConnectedLayer (4) with fullyConnectedLayer(numClasses) numClasses = numel(categories(imdsTrain.Labels)); i...

oltre 4 anni fa | 0

Risposto
Multiple face detection and cropping from multiple images
imds = imageDatastore('face', ... 'IncludeSubfolders',true, ... 'LabelSource','foldernames'); idx = randperm(numel(im...

oltre 4 anni fa | 0

| accettato