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

 채택된 답변

Ameer Hamza
Ameer Hamza 2020년 5월 13일

1 개 추천

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

댓글 수: 1

Lincoln Oliveira
Lincoln Oliveira 2020년 5월 23일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2020년 5월 13일

댓글:

2020년 5월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by