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 trained the network and got the res…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
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 trained the network and got the res…
I am training a deep neural network , using the following matlab function: net = trainNetwork(XTrain,YTrain,layers,options); could I use the trainNetwork command to retrain the…
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 and then I am exporting my fig…
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 save and load the net but this me…
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 network weights in GA GUI so …
Hi I need to classify some image data using the trained resnet network. For the testing data, I need to call them using text file which consist from a sequence directory such as fo…
Hello, I am attempting to train a LSTM network, but I'm struggling to resize the input data to the requirements of the LSTM. · LSTM Requirements: Nx1 - where N is the number of ob…
I made a custom Neural Network with Deep Learning Toolbox which work great on my training and testing data. How can I use this already trained network in a script with a new datase…
I am new to the Deep Learning toolbox. I am working on a Reinforcement Learning problem wherein I need to calculate the derivative of the output of NN with respect to parameters. �…