How to create user defined layer in deep network designer
2 ビュー (過去 30 日間)
古いコメントを表示
JUNGUK KO
2018 年 12 月 18 日
回答済み: Johannes Bergstrom
2018 年 12 月 18 日
Hello,
I am trying to build own deep neural network using deep network designer.
I can use pre-built layers, such as Convolution2DLayer and FullyConnectedLayer. But I don't know how to make user define layer (customized layer to implement new specific functions).
Is it possible to create a new layer with deep network designer?
if not, how to create the new layer by MATLAB code?
Thank you.
0 件のコメント
採用された回答
Johannes Bergstrom
2018 年 12 月 18 日
You can write your own layer: https://www.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!