MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 123 of 208 Ask a Question
Why is predicting the output of a trained neural network by using
uttam_bhatt · Jul 9, 2021 · neural , network , prediction , manual , computation , of , output

Why is predicting the output of a trained neural network by using "net/sim" different than manually calculating the output using the network weights, biases and transfer functions?…

Optimal hidden nodes number
Hamza_ul · Jul 9, 2021 · hidden nodes , basic , assumptions

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 the table on top but i can not…

Pattern Recognition with 3D input variable
riya_singh98 · Jul 9, 2021 · 3d , 2d , input , pattern , recognition, patternnet

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?     >> inputs = rand(3,3,10); >> targets …

Why does AlexNet have non-scalar values for
sandy_wyat · Jul 8, 2021 · neural net , alexnet , convolution , convolutional , deep learning , alex net

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

How to get the encoded data from a retrained autoencoder?
priyasingh · Jul 8, 2021 · train , retrain , autoencoder , encoded , data

How to get the encoded data from a retrained autoencoder?   Here is my example:   X = bodyfat_dataset; autoenc = trainAutoencoder(X); extract1= encode(autoenc,X)' %convert to a n…

when to use mapstd, mapminmax
Jana_salim · Jul 8, 2021 · normalization , standardization , mapminmax , mapstd

Mapstd is used for standardization, mapminmax is for normalization. But When to use mapstd and mapminmax? I want to do a regression(function fitting) with neural network. While I a…

How can I predict a future value from a time series using the
Tish_sheridan · Jul 8, 2021 · predict , elman , newelm , matlab , programming

I am trying to use MATLAB and the Neural Network Toolbox to predict a future value from a time series. I am trying to use a recurrent network (Elman), but am unable to get it worki…

What threshold is plotconfusion applying?
Caleb_begly · Jul 7, 2021 · confusion , cnn, classifier , deep learning , matlab

There is some interesting behaviour with plotconfusion when passing it double values instead of categorical values. If I have some predicted responses and plot the confusion matrix…

Get a Free Consultation or a Sample Assignment Review!