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 the following error: >> conv…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
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 the following error: >> conv…
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 the right architecture (the num…
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 less control over the past data(o…
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 to the live script. To be …
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 obs_use at 17 In newff>create_ne…
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 documentation to plot the loss instead…
im new in matlab, please sorry if its stupid question. and sorry my english. trying to train feedforward network to solve XOR function 1 hidden layer with 2 neurons, other settings…
Hi, I have trained my network with my input data (wind Speed) and output data (Wave Height) and got good results. Also, i have my future data (Wind Speed) obtained from GSM from…
Since I don't know much about how to implement a network using command line, I tried using the GUI from NNSTART and exported the code so I could try to figure out how to make the c…
Hi, I am fairly new to MATLAB and I would like help in understanding about datasets. For classification in neural network, the example for wine classification show: [x,t] = w…