Feeds
已回答
How to customize Neural Networks' activation function
As far as I am concern, you can use the predefined function 'poslin' (which is a ReLU): net.layers{i}.transferFcn = 'poslin...
How to customize Neural Networks' activation function
As far as I am concern, you can use the predefined function 'poslin' (which is a ReLU): net.layers{i}.transferFcn = 'poslin...
8 years 前 | 3