MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
Hi all am new to Matlab and want guide
essam - 2021-07-12

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 have faced this error on my CNN: (Layer 5 is expected to have a different size)
- 2021-07-12

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?
rehmat_diya - 2021-07-09

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:...

Finding best neural network structure using optimization algorithms and cross-validation
markendrah - 2021-07-09

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
uttam_bhatt - 2021-07-09

Why is predicting the output of a trained neural network by using "net/sim" different than manually calculating the output using the network weights, ...

How do I find the indices of the Self Organizing Map (SOM) training set output?
nuri_filla - 2021-07-09

When I create a SOM using the following:    >> x = simplecluster_dataset; >> net = selforgmap([10 10]); >> net = train(net, x); I click "SOM Sample ...

Optimal hidden nodes number
Hamza_ul - 2021-07-09

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 ...

Pattern Recognition with 3D input variable
riya_singh98 - 2021-07-09

If you have elements of 2D data that are put into a 3D inputs variable, is it possible to do pattern recognition on this data in MATLAB?     >> inpu...

Why does AlexNet have non-scalar values for
sandy_wyat - 2021-07-08

Why does AlexNet have non-scalar values for NumChannels and NumFilters in some convolutional layers? Take the layers 'conv1' and 'conv2' for example. ...

How to get the encoded data from a retrained autoencoder?
priyasingh - 2021-07-08

How to get the encoded data from a retrained autoencoder?   Here is my example:   X = bodyfat_dataset; autoenc = trainAutoencoder(X); extract1= enco...

Get a Free Consultation or a Sample Assignment Review!