フィルターのクリア

Can I set the transfer function of a feedforward NN "relu"? If not, how can I apply "relu" to the feedforward NN?

11 ビュー (過去 30 日間)
Xiaomin Li
Xiaomin Li 2017 年 6 月 30 日
回答済み: Kyana Shayan 2018 年 6 月 6 日
I want to use "relu" in feedforward NN, can I? Can I set the transfer function of a feedforward NN "relu"? If not, how can I apply "relu" to the feedforward NN? Thanks a lot!

回答 (1 件)

Kyana Shayan
Kyana Shayan 2018 年 6 月 6 日
As far as I know you can set it to
net.layers{1}.transferFcn= 'poslin'
which would give the same result as rectifier function, however, not sure how the non-differentiability at 0 would effect the results.
Hope it helps.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!