Creating custom Transfer Function with more learnable parameters
조회 수: 2(최근 30일)
표시 이전 댓글
Hello!
I actually working with deep learning toolbox.
I'm making a comparative study of the transfer functions and some of them aren´t in the toolbox, this functions that I would like to try have more learnable parameters than the weights and biases in a "classical" function. For example:
xtansig= 2./(1+exp(x*(-2*n))+1;
What functions will I have to modify to create a new transfer function that, in addition to weights and biases, also finds the "x"?
댓글 수: 0
참고 항목
범주
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!