Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hello, I have normalized my data with mapminmax which gives values between -1 and 1. However, when I present new inputs to my network, knowing that th...
I created neural network for binary classification , i have 2 classes and 9 features using an input matrix with a size of [9 981] and target matrix [1...
I am a beginner using neural network toolbox. I don't know why but my neural network stop working and keep return Reference to non-existent field 'net...
I want to do classification using ANN 'patternnent' function. I am new to ANN. I have already normalised data and also divided into train and test dat...
The output type of the trainNetwork() must be categorical(). How can I create a CNN with float/real output(s)? I mean the following command gives t...
I am trying to learn how to use the neural network to fit functions. I did read a little bit into the subject but I am still not sure how to find t...
I am trying to build a Matlab/Simulink model to predict if a signal would reach end values. However the incoming data is realtime/dynamic , I have les...
Hi, I would like to add a neural network graphical diagram to my live script. Unfortunately command view produces new window instead of adding diagram...
I have been using "newff" in a neural network code and it works fine but gives the error message Warning: NEWFF used in an obsolete way. > In ob...
When trying to plot the mini batch loss vs iteration while training a CNN, an error occurs. I modified the sample graph given in the training document...