photo

Platon


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

11 Domande
2 Risposte

RANK
18.149
of 300.364

REPUTAZIONE
2

CONTRIBUTI
11 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
90.91%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 11 anni fa | 3 risposte | 0

3

risposte

Risposto
Weight 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 ...

oltre 11 anni fa | 0

Domanda


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+...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 12 anni fa | 3 risposte | 0

3

risposte

Risposto
NARX 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...

circa 12 anni fa | 0

Domanda


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...

circa 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 12 anni fa | 5 risposte | 1

5

risposte

Domanda


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...

oltre 12 anni fa | 3 risposte | 1

3

risposte

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte