Neural Network Transfer Function

how i can get the transfer function of the neural network in matlab?

 Accepted Answer

You can check the 'trainFcn' property of the neural network. For example.
net = feedforwardnet;
net.trainFcn
ans =
'trainlm'

1 Comment

Hi Ameer, i have questions about the Neural network, first, i trying to use any differents models of neural network, but i can't execute, i have the data input and output. You know one method to implement the neural network? If you can help me, talk to me in my e-mail: Lincolndof@gmail.com or answer this post. Thank you, is for my graduate at Control and Automation engineer.

Sign in to comment.

More Answers (0)

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!