MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
No appropriate method, property, or field 'Files' for class 'augmented?ImageDatas?tore'.
riyaahmed_ - 2021-05-26

Hi, I am trying to apply "Train Deep Learning Network to Classify New Images". I did test exactly according to https://www.matlabsolutions.com/documen...

how to calculate the classification accuracy in neural network toolbox?
teenasmith-23 - 2021-05-26

net=patternnet(10); [net,tr]=train(net,inputs,targets); outputs=net(inputs); [values,pred_ind]=max(outputs,[],1); [~,actual_ind]=max(targets,[],1); ac...

focal Loss Layer evaluation
tremna_wayt - 2021-05-25

I have created simple CNN for semantic segmentation and repalced last layer with focal loss layer to use focal loss fucntion instead of pixel classifi...

"Unable to evaluate the loss function. Check the loss function and ensure it
teena_singh - 2021-05-25

"Unable to evaluate the loss function. Check the loss function and ensure it runs successfully": `gradient` can't access the custom loss function I am...

Regarding Multi-label transfer learning with googlenet
Balakrishnan_rajan - 2021-05-25

I have a dataset with pictures with presence of objects of different classes. I want to perform a multilabel classification, which means I need to cla...

ResNet50 on multi-spectral image segmentation
nathnagri - 2021-05-25

Is there a way to use any pretrain network (not necessarily Resnet) to segment multispectral images in MATLAB?     deeplabv3plusLayers only allows [...

Incorporate Time into Reinforcement Learning Environment
ahmed_sultan - 2021-05-25

I am creating my own custom environemnt on MATLAB using the rlFunctionEnv function. I wanted to know whether I could somehow incorporate time into my ...

Can LoggedSignal in provided Link contain more than just the state?
harry_marcel - 2021-05-22

In this link, LoggedSignals is used as the State. However lets say I wanted LoggedSignals to contain three matrices or three vectors, one of them bein...

Cell from Unint8 Conversion error
kks_noor - 2021-05-22

clc; clear all; close all; A_folder = dir('E:\Notes\SEM 7\PRML\Alphabet Database\A\*.png'); B_folder = dir('E:\Notes\SEM 7\PRML\Alphabet Database\B\*....

Why is the accuracy reported in the Classification Learner
mayra-ahmed - 2021-05-22

Why is the accuracy reported in the Classification Learner app different from the accuracy of the exported model on the training data set? When I trai...

Get a Free Consultation or a Sample Assignment Review!