How to create a transfer function with variable parameter?

조회 수: 1 (최근 30일)
Alexandra
Alexandra 2016년 2월 25일
댓글: Greg Heath 2016년 3월 4일
Hello, I would like to create a custom neural network with custom neurons that will have transfer functions of a type: y(x)=exp(-x/l), where l is a parameter that will be different for each neuron and I have to have ability to initialize it for each neuron separately.
This is an attempt to model a particular constitutive equation. Creating a custom network structure is not a problem (thanks to Greg Heath) !
Thank you in advance!

답변 (1개)

Greg Heath
Greg Heath 2016년 2월 28일
This doesn't sound right. The default FEEDFORWARDNET configuration with TANSIG, LOGSIG, or RADBAS hidden nodes is a Universal Approximator. Exponentials don't satisfy the UA criteria.
Maybe Googling "Universal Approximator" might help you understand. I've forgotten the details).
Hope this Helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 2
Alexandra
Alexandra 2016년 2월 29일
Dear Greg! Thank you for the comment! Yes, you are right - in the classic approximation theorem transfer function should be non-constant, bounded and monotone increasing function (from Haykin) but what about for example non-localized rbf functions, for example cubic or linear? Actually i would say that the closest function to my example is Gaussian rbf. Theoretically RBFs are also feedforward networks...
WHat do you think? can it be possible to have and activation function with variable parameter in case of rbf nets?
Greg Heath
Greg Heath 2016년 3월 4일
By a change of variable exp(-abs(x)/a) is equivalent to a Gaussian.
However, I don't know if it helps because I don't know why you want to do this.
Greg

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

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by