LOGSIG for output that has values from 0-2

2 ビュー (過去 30 日間)
Abu Muaadh AlDrWiy
Abu Muaadh AlDrWiy 2017 年 7 月 31 日
編集済み: Abu Muaadh AlDrWiy 2017 年 7 月 31 日
Hi,¨
I have an output with values between 0-2 (0,1,2). But in other to interpret the output properly, I used logsig in the output layer so that the values could be between 0 and 1.
net.layers{2}.transferFcn = 'logsig';
However, the result was disappointing as I have results such as 2.345e-23, -2.677e-34, -4.456e-5, and 1.
I thought with activation function 'logsig', the output will be in the region of 0 and 1.
I look forward to suggestions from you.
Thanks. Abu

回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by