필터 지우기
필터 지우기

How to use different transfer functions within the same layer of a neural network?

조회 수: 2 (최근 30일)
For example, hidden layer with 3 different neurons: 1.tansig, 2.logsig, 3.elliotsig. I understand that this influences normalization range and that training might not resault in good performance but i need it to test some other aspects. Thank you.

답변 (1개)

Greg Heath
Greg Heath 2013년 4월 24일
If it were possible with the NNTBX, you would have to design a custom net.
The only way I can see doing it is to have 3 hidden layers that are only connected to the input and output but not to each other.
See the custom network section in the documentation.
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 1
mladen
mladen 2013년 4월 30일
Exactly this were my thoughts too. If and when I finish my work on this I'll post it here.

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

Community Treasure Hunt

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

Start Hunting!

Translated by