Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Which one is better (at the same price) for training shallow and deep networks in neural network toolbox (r2017b)? Looking at their specs (11,340 g...
How can I change a cell array with timepoints in to a continous binary matrix? (for Neural Network Toolbox) I have a 15x1 cell array, in which each ce...
How can I compile a pre-trained neural network into a standalone application using the MATLAB Compiler 4.10 (R2009a)? The MATLAB Compiler 4.10 (R2009a...
Hi all I want to create Neural network optimized by GA but I totaly donot know anything about matlab so I will tell all the steps and tell me wh...
I'm trying to implement the CNN algorithm that used on paper (A Deep-Network Solution Towards Model-less Obstacle Avoidance)for Lei Tai, Shaohua Li,...
Why does "mapstd" returns unexpected dimensions when I apply it to a new sample data? I have 4 sample data, each containing 2 predictor variables:...
Hi. I'm using optimization algorithm to find best structure+inputs of a 'patternnet' neural network in MATLAB R2014a using 5-fold cross validation....
Why is predicting the output of a trained neural network by using "net/sim" different than manually calculating the output using the network weights, ...
When I create a SOM using the following: >> x = simplecluster_dataset; >> net = selforgmap([10 10]); >> net = train(net, x); I click "SOM Sample ...
Hello everybody, In order to determine optimal hidden neurons, Trial and error algorithm has been used (trial = 10, 10 < H < 100, dH = 100). I get ...