I would like to understand why the neural network with MLP I built works badly. The network should be a universal classifier because it has two hidden layers but, with the data set…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I would like to understand why the neural network with MLP I built works badly. The network should be a universal classifier because it has two hidden layers but, with the data set…
I am working on a neural network and would like to use cross entropy as my error function. I noticed from a previous question that MATLAB added this functionality starting with R20…
Hello, I am training the neural network with input vector of 85*650 and target vector of 26*650. Here is the list of parameters that I have used net.trainParam.max_fail = 6; net…
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 gflops vs 5,304 gflops) the 108…
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 cell is another 50x2 cell. The d…
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) support for MATLAB and Toolb…
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 what to read to make full unders…
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, and Ming Liu; and when I put …
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: >> X = [ 2 1; 5 0; 3 0; 4 …
Hi. I'm using optimization algorithm to find best structure+inputs of a 'patternnet' neural network in MATLAB R2014a using 5-fold cross validation. Where should i initialize wei…