답변 있음
Why sets Matlab automatically the activation functions for a neural network like this?
The simplest useful approximation is is a series of blocks with different heights and widths. The simplest useful DIFFERENTIAB...

4년 초과 전 | 0

답변 있음
Artificial Neural Networks Hidden Layers
Number of input and output nodes is determined by the data. Number of hidden layers and nodes is determined by the program auth...

4년 초과 전 | 0

| 수락됨

답변 있음
Neural Network Classification Results
The original class sizes are unequal. Hope this helps THANK YOU FOR FORMALLY ACEEPTING MY ANSWER Greg

4년 초과 전 | 0

답변 있음
Please help with narnext error Subscripted assignment dimension mismatch.????
x5=data_inputs(5,1:17); x6=data_inputs(6,1:17); x7=data_inputs(6,1:17); x8=data_inputs(7,1:17); x9=data_inputs(9,1:17); Hop...

4년 초과 전 | 0

답변 있음
Hyperparameter tuning of neural network
One hidden layer is always sufficient. However, sometimes 1. Knowledge of the physical or mathematical process may lead to a ...

거의 5년 전 | 1

답변 있음
Different results in training a CNN with Matlab 2018a and Matlab 2019a
You are making the task difficult by going backwards. Start with a single hidden node and add nodes one at a time. Hope this...

거의 5년 전 | 0

질문


NEURAL NETWORK DATA SET EXAMPLES
For demonstration of old AND new concepts and ideas, PLEASE use the sample NN data sets provided by MATLAB help nndatas...

거의 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
cross validation in neural network using K-fold
%i am using neural network for classification but i need to use instead of holdout option , K-fold. ==> FALSE!. You mean y...

거의 5년 전 | 0

답변 있음
Can the number of Predictors be different for Train and Test data?
Of course not. The ultimate purpose of training is to create a model that works well on non-training data. Thank you for form...

거의 5년 전 | 0

답변 있음
How to check the robustness of the Neural network model?
If you are going to test with white noise, include white noise in your design (i.e., training + validation) Then, given a fixed...

거의 5년 전 | 0

| 수락됨

답변 있음
NARX with Complex Values Input
Decades ago I learned (the hard way) to forget about trying to use complex computations for NNs. However, if you insist, let us...

거의 5년 전 | 1

답변 있음
Why sets Matlab automatically the activation functions for a neural network like this?
That is a standard configuation for a neural net. It's operation is explained in every elementary text. Thank you for formally...

거의 5년 전 | 0

답변 있음
How to plot Network performance?
You have lost training information, So the only thing left is output vs input. Hope this helps. Thank you for formally ac...

거의 5년 전 | 0

답변 있음
Elman Neural Network (ENN)
size(P_TRAIN) = [ 1296 1728] size(T_TRAIN) = [ 432 1728] Hope this helps. *Thank you for formally accepting my answer* ...

거의 5년 전 | 0

답변 있음
NARX re-training in closed loop
Using 100 feedback delays makes no sense. Only use feedback delays that are within the correlation length of the function. See...

거의 5년 전 | 1

답변 있음
Can CNN train separately instead of learning everything at one time?
I try to have the order of inputs as random and uncorrelated as possible. Otherwise the probability of extensive learning/unlear...

거의 5년 전 | 0

답변 있음
In evaluating a neural net, should NMSE be based only on test subset of data?
For serious work I calulate FOUR values of NMSE: 1.70% Training 2.15% Validation 3.15% Test 4.100% All for 10 (typically...

거의 5년 전 | 0

| 수락됨

답변 있음
Is the "patternnet" a fully connected neural network
Yes. The only difference between my classifiers and regressors is the sigmoid output layer instead of linear. Hope this helps....

대략 5년 전 | 0

| 수락됨

답변 있음
How to train and test time series data in Neural Network Toolbox
I order to test a net you have to compare the actual output with the desired output. Hope this helps. THANK YOU FOR FORMALLY...

대략 5년 전 | 0

답변 있음
Artificial Neural Network implementation and to know the importance of each of the input on output(Response) - wanted help
The way I determine the importance of a single input is 1. Calculate the error using all inputs 2. Loop over inputs ...

대략 5년 전 | 0

| 수락됨

답변 있음
transfer function purelin equation based on neural network toolbox
Read the documentation help purelin doc purelin Greg

대략 5년 전 | 0

답변 있음
How to use a sequenceInputLayer with a regressionLayer (neural networks) ?
The answer is obvious: help regressionlayer doc regressionlayer *Thank you for formally accep...

대략 5년 전 | 0

답변 있음
Time Domain Signal for neural network
If you have rpm I don't see why time is important. However, there is no reason you cannot do both and see what difference it ma...

대략 5년 전 | 0

| 수락됨

답변 있음
Adding hidden layers to a patternnet hurts accuracy?
The global minimum is achievable with a single hidden layer. With more hidden layers you add more local minima; most of which ...

대략 5년 전 | 0

| 수락됨

답변 있음
Training neural network - Forward Pass
You are very mixed up. I suggest going to the library and finding a good elementary NN book. Obviously, the appropriate info is...

대략 5년 전 | 1

답변 있음
Hello, I'm working with artificial neural network.
Three layers are sufficient: input/hidden/output The input layer is NOT a neuron layer. The number of input nodes is the dimens...

대략 5년 전 | 0

| 수락됨

답변 있음
Why neural network gives negative output ?
How different is the new data (e.g., Mahalanobis distance)? If you know the true outputs, how do the error rates compare? If y...

대략 5년 전 | 0

| 수락됨

답변 있음
Rsq from NMSE in NN
NMSE = mse(trnopdb-net(trnipdb))/MSE00 i.e., NO TRANSPOSES 2. Rsq = R^2 3. Yes. Use separate calculations fo...

대략 5년 전 | 1

| 수락됨

답변 있음
HOW DO I SEARCH IN ANSWERS ???
Oh! It only opens up at the top of the page if the page is sufficiently wide. Since I often use large type and 2 pages per scre...

대략 5년 전 | 0

| 수락됨

답변 있음
Interpolation using Neural Networks
Plot the data. Look at the plots Are there regions that are seasonal? Separate the data that is relevant to your problem Ca...

대략 5년 전 | 0

| 수락됨

더 보기