Hidden Layer Activations in NN Toolbox
I'm looking for a non-manual way to compute the layer activations of an arbitrary neural network created with the Neural Network...
답변 있음 change patternnet transfer function
try following to change the transfer function in the first hidden layer:
net.layers{1}.transferFcn = 'tansig';