Azzera filtri
Azzera filtri

Neural Networks - train function

2 visualizzazioni (ultimi 30 giorni)
Dink
Dink il 15 Apr 2013
for code:
[net tr Y T] = train(net, x, t)
what are Y and T (i've checked help train / doc train and can't find an answer)

Risposta accettata

Greg Heath
Greg Heath il 16 Apr 2013
[net tr Y E Xf Af] = train(net, x, t, Xi, Ai)
tr -training history
Y - Output
E - Error (t-Y)
Xf - Final input delay matrix
Af - Final layer delay matrix
Thanks for formally accepting my answer
Greg

Più risposte (0)

Categorie

Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by