Neural Networks - train function

14 次查看(过去 30 天)
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)

采纳的回答

Greg Heath
Greg Heath 2013-4-16
[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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by