Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hello! I am testing different topologies of the multilayer perceptron in order to get the best one and I would like to avoid randomness in intial cond...
Hi. I’m trying to understand the concepts behind finding training strategies for NARNETs that can make as good predictions as possible. What I want ...
I am trying to do adaptive training of a neural network using patternnet using all default settings, so the following is my complete code (except for ...
How can i put the conditional statement ( If-Then-else) on the specific elements (Rows/columns) of a matrix in Matlab Using Neural Network Tool? Basic...
I used the neural network toolbox ( nprtool ) for classifying my objects. i used 75% of data for training and 15% for both validation and testing.also...
What does the Tapped Delay Line (TDL) in NARX NN exactly do? 1- Does it sum the previous values (either input or target) and use as input? Because ...
I have seen that MSE, SSE, MAE and SAE are possible training functions of a neural network in Matlab. Does it have relative square error available? ...
I have written a code , the purpose of the code is classification of EEG datasets related to emotion, I have used both newff and patternet , I have al...
Hi All I have a code , I am just checking how it works , my input matrice is : input = [0.0600000000000000 0.00100000000000000 45 0.050800000000000...
Hello, I'm working currently with prediction-problems for dynamical systems, e.g. single pendulum with friction. At the moment I'm testing neural netw...