CNN Layers: high pass filters and truncation layer
6 ビュー (過去 30 日間)
古いコメントを表示
Nour Mohamed
2020 年 12 月 6 日
回答済み: Srivardhan Gadila
2020 年 12 月 17 日
I would like to create two layers for my CNN design where the input image is high-pass filtered via convolution with 16 (4 × 4) high-pass DCT filters, and then a Truncation layer (Truncation Linear Unit) activation function.
These layers are not built in matlab deep learning toolbox. How can I make them?
Thank you in adavance!
0 件のコメント
採用された回答
Srivardhan Gadila
2020 年 12 月 17 日
You can write your own Custom Layer using Deep Learning Toolbox in MATLAB. To get started you can refer to Define Custom Deep Learning Layers & Deep Learning Custom Layers.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!