How to create user defined layer in deep network designer
    10 views (last 30 days)
  
       Show older comments
    
    JUNGUK KO
 on 18 Dec 2018
  
    
    
    
    
    Answered: Johannes Bergstrom
    
 on 18 Dec 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 Comments
Accepted Answer
  Johannes Bergstrom
    
 on 18 Dec 2018
        You can write your own layer: https://www.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html
0 Comments
More Answers (0)
See Also
Categories
				Find more on Deep Learning Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!