Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
am very interested in training convolutional autoencoders in MATLAB 2019b. I have found the instruction trainAutoencoder, but it does not allow to spe...
I have 5 inputs and 1 output for my ANN problem. Among the 5 inputs are 2 "text". One is name of manufacturer (3 unique) and the other is specimen exp...
Hi there, I am trying to save a resized (smaller) image to a folder. I am doing image classification and having the resized images would be helpful. Â...
So i'm using a dataset with 400 images at the moment (looking to add more in the close future), but meanwhile I was trying to find which CNN architect...
I am performing system identification using neural networks with 5 inputs and 1 output. NARX networks seem to give good results when the gradients are...
Given an imageDatastore and some transformation of it, e.g., Â Â imds1 = imageDatastore({'street1.jpg','peppers.png'}); imds2 = transform(imds1,@(x)...
I have just started learning neural networks and have been stuck on a homework question for quite a while. the question is as follows: Design a feed f...
I used nftool in Matlab 2012 and trained a network. I gave the training inputs as x=[250:1] and targets as t=[250:1]. I used 10 hidden layers. I train...
I am training a deep neural network , using the following matlab function: net = trainNetwork(XTrain,YTrain,layers,options);  could I use the train...
I am creating a figure with 6 sub figures, all with its own title. At the end I want to display a title using sgtitle for the figure. This works well ...