How to create a transfer function with variable parameter?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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!
0 Kommentare
Antworten (1)
Greg Heath
am 28 Feb. 2016
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 Kommentare
Greg Heath
am 4 Mär. 2016
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
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!