photo

Mezgeen Ahmed


Nottingham Trent University

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

I have six input as natural frequencies while the output are the depth and location of damage in x and y direction . this means that the net has three outputs. when i trained the net the error is very high. how can I decrease the error. worth noting that I have 90 cases in total as input of the net.

x=Input;
t=Target;

% Create a Fitting Network

net = feedforwardnet(10);

% Train the Network

net = train(net,x,t);
view(net)
output = net(x);
perf = perform(net,t,output)

Statistica

MATLAB Answers

1 Domanda
0 Risposte

RANK
100.282
of 301.472

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 21.293

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.655

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

  • Explorer
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


how to decrease the neural network error
I have six input as natural frequencies while the output are the depth and location of damage in x and y direction . this means ...

circa 11 anni fa | 1 risposta | 0

1

risposta