Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Mapstd is used for standardization, mapminmax is for normalization. But When to use mapstd and mapminmax? I want to do a regression(function fitting) ...
I would like to confirm a few images just to understand what imageDataAugmenter does. Is there a way to visualize the augmented image data created by ...
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),...
There is some interesting behaviour with plotconfusion when passing it double values instead of categorical values. If I have some predicted responses...
Hello, I'm trying to develop a neural network for classification of 2 non mutually exclusive outputs, based on 1 input. Using the standard param...
Dear ! I have a data set with a column is rainfall and the next column is water level (1992-2006) as: https://docs.google.com/file/d/0By5tEg03EXCpd09r...
How do I classify ripeness of pineapple on real- time ? I have developed ripeness classification based on deep neural network but I don't know how to ...
My input vector is a 130*85 matrix and my target vector is 130*26 matrix. I am using the below parameters for training the network with 60 hidden node...
I have a dataset of around 370 images of people, and I want to classify their expressions. Should I build my CNN from scratch? How many hidden layer...
I want to use a function similar to tansig. I don't seem to be able to find a good example, and the tansig.apply method only allows me one line! I'm w...