How to create user defined layer in deep network designer
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
JUNGUK KO
el 18 de Dic. de 2018
Respondida: Johannes Bergstrom
el 18 de Dic. de 2018
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 comentarios
Respuesta aceptada
Johannes Bergstrom
el 18 de Dic. de 2018
You can write your own layer: https://www.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!