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 ?
  1 件のコメント
farzad
farzad 2015 年 3 月 15 日
Is there any way possible ?

サインインしてコメントする。

採用された回答

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 Center および File ExchangeSequence 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