How to create user defined layer in deep network designer
2 次查看(过去 30 天)
显示 更早的评论
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!