I would like to validate the data which my neural network is generating, but when I follow the steps in the doc, I receive a different answer than what is generated by my neural ne…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I would like to validate the data which my neural network is generating, but when I follow the steps in the doc, I receive a different answer than what is generated by my neural ne…
My project consists of extracting color,texture and shape features and try to identify skin conditions,i'll obviously need more than 10 classes(diseases) and have around 40 to 50 s…
I do not have access to the Matlab Neural Network toolbox at this time. What are the default parameters of net.trainParam and net.trainFcn if you create a network by the newff.m fu…
I have been using the neural network toolbox to predict the next value in a time series. This works, however I would like to know what is the probability of Matlab's neural network…
inputDelays = 1:delay; hiddenLayerSize = 1; net = narxnet(inputDelays,feedbackDelays,hiddenLayerSize); [inputs,inputStates,layerStates,targets] = preparets(net,inputSeries,{},targe…
What work space values do i need to save separately to test Classification of a number of voice emotion recognition neural networks and compare a new input against several to give …
Hi, From the neural net pattern recognition toolbox, at the Select data window, in the get data from workspace I can not choose the input (stays at "none") EVEN though I have table…
How can I train a neural network such that the output of the network satisfies a certain constraint function in the Neural Network Toolbox 5.0 (R2006a)? I would like to train a neu…
I have a variable which is the vertical and horizontal projection of histogram data from digit 0 to 9. the matrix is 30×176. it has 30 row because each digit had 3 set. I need to …
how can i change division ratio for input data ???...input data is divided by default into 60% for training data , 20 % for validation & 20 % test data....i want to change these va…