Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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 ...
I created my NN with patternet ?? ...
I am using nueral network to prdict the output of four inputs ( x1,...x4) I need to call the netowrk from another matlab file currently i am using sav...
how do i optimize weights of neural network using GA in MATLAB(need codes to achieve that), again how do i call this function that optimzes the neural...