フィルターのクリア

Neural network - exponential transfer function

2 ビュー (過去 30 日間)
Souma
Souma 2011 年 3 月 16 日
Hi,
I need to use an exponential transfer function for my artificial neural network. The problem is that i cannot find that exponential function in the matlab help transfer function. I did try to put
net.layers{1}.transferFcn = exp(b) ;
but this does not solve the problem.
does any one has an idea about the solution.
Thank you for your help.
Sondos

回答 (1 件)

Franck Dernoncourt
Franck Dernoncourt 2011 年 3 月 19 日
  1 件のコメント
Souma
Souma 2011 年 5 月 11 日
Thank you for your answer.
Actually, i have created a function function add_trfcn(fname) and in my comand prompt i did put add_trfcn(myfunctionZ).
I get the following error :
"
??? Error using ==> boiler_transfer at 5
Not enough arguments.
Error in ==> myfunctionexp at 62
boiler_transfer
"
Do you know how to fix this problem and what does boiler_transfer mean.
Thank you
Soma

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by