活性化関数の定義とソースの確認

CNN内で使用する活性化関数の定義について確認したく, PC内のProgram Files\MATLAB\R2018a\toolbox\nnet\cnnにあるsoftmaxやReLu,Sigmoidなどのレイヤーのmファイルを見ているのですが, MATLABのHPにあるドキュメンテーション『たたみ込みニューラル ネットワークの層の指定』にあるような数式は,どこのmファイルに書かれているのでしょうか?

 Accepted Answer

michio
michio on 16 Apr 2018

1 vote

C:\Program Files\MATLAB\R2018a\toolbox\nnet\cnn\+nnet\+internal\+cnnhost\reluForward.m
をお探しでしょうか。

More Answers (1)

KENji
KENji on 17 Apr 2018

0 votes

ありがとうございます. これを探していました.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 14 Apr 2018

Answered:

on 17 Apr 2018

Community Treasure Hunt

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

Start Hunting!