답변 있음
How to plot only few classes for confusion matrix?
Oviously, you have to subsample the original matrices. Greg

대략 5년 전 | 0

답변 있음
Open loop Training performance and closed loop training performance are good but multi-step prediction is bad. Reason?
You are not considering information from the autocorrelation fuction. Hope this helps Greg

대략 5년 전 | 0

답변 있음
Formula for two layer FFNN
y1 = b1 + IW1 * x y2 = b2 + LW2 * tanh( y1 ) y3 = b3 + LW3 * tanh( y2 ) = b3 + LW3 * tanh( b2 + LW2 * tanh( b1 + IW1 * x ...

대략 5년 전 | 0

| 수락됨

답변 있음
Input and target have different number of sampel
Train and TTrain have to be transposed. Hope this helps. THANK YOU FOR FORMALLY ACCEPTING MY ANSWER Greg

대략 5년 전 | 0

| 수락됨

답변 있음
How to calculate accuracy for neural network algorithms?
I normalize the mean-square-error MSE = mse(error) = mse(output-target) by the minimum MSE obtained when th...

대략 5년 전 | 0

| 수락됨

답변 있음
Neural Network input and targets have different of samples
Transpose both matrices. Thank you for formally accepting my answer Greg

대략 5년 전 | 0

| 수락됨

답변 있음
How these plots (Performance, Training state, Regression) shows the training performance? How to figure out the training rate from these plots?
Training data plots are useful. However, there is no indication of how good the net will perform on nontraining data (THE TRUE ...

대략 5년 전 | 0

답변 있음
Validation check = 0 for traingdm
What you are worrying about is irrelevant. Your data is so good you don't even need a validation subset.The main purpose of a va...

대략 5년 전 | 1

답변 있음
Expressing equation in terms of sin/cos
If you substitute your solutions into LHS and get the RHS, then it is possible. Greg

대략 5년 전 | 0

답변 있음
How to decide window size for a moving average filter?
I'm very surprised that none of the previous responses mentioned 1. Determine characteristic self correlation lengths usi...

대략 5년 전 | 0

답변 있음
finding optimal neural network architecture using genetic algorithms
0. The genetic approach is a waste of time. It takes too long. 1.Typically, a single hidden layer is sufficient. 2. Minimize t...

대략 5년 전 | 0

답변 있음
Neuron Network input variables-Missing data
Sorry: You have to predict the missing data as best you can. Greg

대략 5년 전 | 0

답변 있음
Why my network is not giving the desired output
Design(training+validation), test and new data should all have the same summary statistics BEFORE NORMALIZATION. This may requir...

대략 5년 전 | 0

| 수락됨

답변 있음
How to predict future responses y(t + 1) from the training of a narxnet network with past data of x (t) and y (t)? (NARXNET)
YOU DO NOT HAVE X and Y !!! YOU HAVE X and T where T = Ydesired Hope this helps Thank you for formally accepting m...

대략 5년 전 | 1

| 수락됨

답변 있음
Testing a Backpropagation Neural Network
You are probably OVERTRAINING AN OVERFIT NET OVERFITTING: Using more unknown hidden nodes than number ...

대략 5년 전 | 0

| 수락됨

답변 있음
The performance of hidden neurons
I think I misinterpreted the question. Now I think you mean when I increase the number of hidden nodes from 4 to 5 why do I star...

대략 5년 전 | 0

답변 있음
Crossentropy loss function - What is a good performance goal?
These equations are not necessarily precise. For example: data = design + test design = training + validation In partic...

대략 5년 전 | 0

| 수락됨

답변 있음
How can two neural networks be compared for regression based on training and testing results ?
The MATLAB default is training/validation/testing fractions of 0.7/0.15/0.15 Typically, the performance depends on a 1. A...

대략 5년 전 | 0

답변 있음
what types of Network and training are suitable for returning a more precise value?
Plot your targets vs your inputs to see if some of the inputs are not worth using. and/or you can try rejecting inputs based ...

대략 5년 전 | 0

| 수락됨

답변 있음
Issue while mapping weights to a New Feedforward Neural network created using newff
You need to add another component equal to unity to account for a bias weight. Thank you for formally accepting m answer. ...

대략 5년 전 | 0

답변 있음
how to adjust derivatives of backpropagation according to custom error function
Your error function is not at a minimum when output = target Why did you not use the standard E = (output - target)^2 ...

대략 5년 전 | 0

| 수락됨

답변 있음
How to compute gradients using the Neural Network Toolbox software?
help gradient doc gradient Thank you for formally accepting my answer Greg

대략 5년 전 | 0

답변 있음
An error occurred while trying to determine whether "readData" is a function name.
>> help readData readData not found >> doc readData SUCCESS !!! Hope this helps THANK YOU FOR FORMALLY ACCEPTING MY A...

대략 5년 전 | 0

답변 있음
Create neural Network with multiple outputs
See my comment. Greg

대략 5년 전 | 0

| 수락됨

답변 있음
Overfitting of Regression Plot for a Feedforward Neural Network
OVERFITTING IS NOT "THE" PROBLEM !!! In general, the problem is OVERTRAINING an overfit net. My solution is simple: DO NOT OV...

대략 5년 전 | 0

| 수락됨

답변 있음
Neural Network Last Layer Shows a Different Number of Outputs
Line 2: target, not output trainFcn is undefined. I get 15, not 13 in the figure Hope this helps. Thank you for formal...

대략 5년 전 | 0

답변 있음
When I should stop training a neural network?
The danger is OVERTRAINING an OVERFIT NET. There are several approaches. 1. PREVENT OVERFITTING the I-H-O net by ...

대략 5년 전 | 1

| 수락됨

답변 있음
Artificial Neural Network questions
The typical NN has a set of input nodes ( which for some reason is not defined to be a layer !!! ), a middle layer and an outpu...

대략 5년 전 | 0

| 수락됨

답변 있음
Do Multiple Output Neural Networks share the same weights and biases?
The similarity or orthogonality of the outputs tends to be irrelevant. If two set of outputs are not caused by a significant ...

대략 5년 전 | 0

| 수락됨

답변 있음
What is the difference between pca and processpca commands?
help pca doc pca help processpca doc processpca Hope this helps Thank you for formally accepting my answer Greg

5년 초과 전 | 0

| 수락됨

더 보기