Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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...
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 ...
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...
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 t...
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 cla...
I would like to understand why the neural network with MLP I built works badly. The network should be a universal classifier because it has two hidden...
I am working on a neural network and would like to use cross entropy as my error function. I noticed from a previous question that MATLAB added this f...
Hello, I am training the neural network with input vector of 85*650 and target vector of 26*650. Here is the list of parameters that I have used ne...