For one hidden layer with "tansig","purelin" transfer functions the post process Fcns = {'removeco​nstantrows​','mapminm​ax'} is done after tansig or purlin?

2 views (last 30 days)
I have one hidden layer with "tansig","purelin" transfer function. I used net.inputs{1}.processFcns = {'removeconstantrows','mapminmax'}; and net.outputs{2}.processFcns = {'removeconstantrows','mapminmax'}; as post processing, This post process is done after "tansig" or after "purelin"?

Answers (0)

Community Treasure Hunt

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

Start Hunting!