how define constraint on the outputs of ANN fitting?

조회 수: 2 (최근 30일)
farzad
farzad 2015년 3월 11일
댓글: farzad 2015년 4월 8일
Hi All
1- how shall I define a contraint on one of all the outputs ? for example if one of the outputs is an angle , and I don't want it to increase more than 90 , since it's out of the logic of my problem
2- when I train a network in a range of data , should it always be given inputs in the same range or also should work for out of the first input ?

채택된 답변

Greg Heath
Greg Heath 2015년 3월 16일
It depends on the reason for the constraint. Is it math/physics or convenience?
It is all done by a combination of target scaling and choice of output transfer function.
For example,
1. PURELIN ( -inf , inf )
2. TANSIG ( -a , +b ), a, b, finite
3. LOGSIG ( 0 , +b ), b finite
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 10
farzad
farzad 2015년 4월 5일
Dear Professor, I still think I should have all the outputs together and I can not focus on one , because the network should know that there is limit on one of the outputs with respcet to the other 2 outputs , I yet could not find a solution for this case
farzad
farzad 2015년 4월 8일
Anyone ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by