Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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 ...
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 maxPooling2dLayer and maxUnpooling2dLayer I'm trying to create a modified UNet using connecte...
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...
net=patternnet(10); [net,tr]=train(net,inputs,targets); outputs=net(inputs); [values,pred_ind]=max(outputs,[],1); [~,actual_ind]=max(targets,[],1); ac...
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 runs successfully": `gradient` can't access the custom loss function I am...
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...
Is there a way to use any pretrain network (not necessarily Resnet) to segment multispectral images in MATLAB? deeplabv3plusLayers only allows [...
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 ...