CNN Layers: high pass filters and truncation layer
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nour Mohamed
am 6 Dez. 2020
Beantwortet: Srivardhan Gadila
am 17 Dez. 2020
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 Kommentare
Akzeptierte Antwort
Srivardhan Gadila
am 17 Dez. 2020
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!