필터 지우기
필터 지우기

Neural Networks - train function

조회 수: 4 (최근 30일)
Dink
Dink 2013년 4월 15일
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개)

Community Treasure Hunt

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

Start Hunting!

Translated by