MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
How to replicate the example "Transfer Learning Using AlexNet" with GoogleNet?
Claudio_mor - 2021-05-26

I tried to replicate the example " Transfer Learning Using AlexNet " with GoogleNet, but i don't understand how to modify the last 3 layers in order ...

Is it possible to implement a LSTM layer after a CNN layer?
furkan_ahmed - 2021-05-26

I'm trying to implement a CNN layer + a LSTM layer, but I have an error: "Network: Incompatible layer types". Is it not possible to implement this com...

Error when using convolution2dLayer between connected
admin_offer - 2021-05-26

Error when using convolution2dLayer between connected maxPooling2dLayer and maxUnpooling2dLayer   I'm trying to create a modified UNet using connecte...

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

Get a Free Consultation or a Sample Assignment Review!