How to get the transfer function of a neural network?

5 views (last 30 days)
I have create a 5 layers neural network using the 'network' in matlab. However, how can I get the whole transfer function of the whole network?
  1 Comment
Greg Heath
Greg Heath on 18 Sep 2018
What type of net ? (regression, classification, or ???)
How many hidden layers?
Why do you think you need more than one?
Greg

Sign in to comment.

Answers (1)

Mario
Mario on 3 Sep 2019
net.layers{i}.transferFcn

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!