preluLayer
説明
PReLU 層はしきい値処理を実行します。各チャネルについて、入力値がゼロよりも小さい場合は、学習時に得られたスカラーによって乗算されます。
この処理は次と同等です。
作成
プロパティ
例
アルゴリズム
参照
[1] Maas, Andrew L., Awni Y. Hannun, and Andrew Y. Ng. "Rectifier nonlinearities improve neural network acoustic models." In Proc. ICML, vol. 30, no. 1. 2013.
拡張機能
バージョン履歴
R2024a で導入