Statistik
RANG
18.149
of 295.467
REPUTATION
2
BEITRÄGE
11 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
90.91%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Parameters of Neural Network estimation methods in Matlab
Which method is usually used in matlab to estimate the net parameters? It is the maximum likelihood estimation or the Least Squa...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I improve the performance prediction of a net in extrapolation
Training data are in [minTrain maxTrain], test data are in [minTest maxTest] such as 30% (for instance) of the data are outside ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
It is possible to create a dynamic model using radial basis function in the matlab tool box?
I want to create a net that uses radial basis function in a NARX model: inputs contain delays and feed back. Something like this...
etwa 10 Jahre vor | 3 Antworten | 0
3
AntwortenWeight decay parameter and Jacobian matrix of a neural network
Thank you. It helps to determine alpha but not to calculate the neural network jacobian matrix. Hope that future Matlab NN tool ...
fast 11 Jahre vor | 0
Frage
Weight decay parameter and Jacobian matrix of a neural network
I want calculate prediction intervals so I have 2 direct questions: # How can I get the weight decay parameter 'alpha' (mse+...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Neural network inputs and Outputs with different time delay
It is possible to configure and train a NN with diffrent time delays in the MATLAB neural network tool box such as: Y(t)=F(x...
etwa 11 Jahre vor | 3 Antworten | 0
3
AntwortenNARX model training in the Neural Network Tool Box
Thank you Greg. So, when I use this code : net = narxnet(inputDelays,feedbackDelays,hiddenLayerSize); [net,tr] = tra...
etwa 11 Jahre vor | 0
Frage
NARX model training in the Neural Network Tool Box
I have Two questions concerning NARX neural network model when training is done using the early stopping technique: # It is t...
etwa 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Neural Networks are universal approximators, It is true for picewise continuous functions?
George Cybenko had prouven that NN are universal approximators for continuous functions (see http://en.wikipedia.org/wiki/Unive...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Bad results in modeling systems, with more than 1 Input, using neural network!
I'm getting started with the NN tool box for modeling systems with time delays so I started with an example which goal is to ide...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I normalize data between 0 and 1 ? I want to use logsig...
All is in the question: I want to use logsig as a transfer function for the hidden neurones so I have to normalize data between ...
mehr als 11 Jahre vor | 5 Antworten | 1
5
AntwortenFrage
Matlab Neural Network program error
My goal is to optimize my NN for a fiting problem. So I want to test several number of neurons in the hidden layer and repeat t...
mehr als 11 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
How can I simulate a NARX neural network after being trained and tested?
Hi, Using the NN tool box (MATLAB R2012b), I trained a NARX NN with data vectors X for input and Y for output. Now I would to...
mehr als 11 Jahre vor | 2 Antworten | 0