Filter löschen
Filter löschen

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

11 Ansichten (letzte 30 Tage)
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!

Antworten (1)

Kyana Shayan
Kyana Shayan am 6 Jun. 2018
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.

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!