How to create a initialize function for a custom layer where the learnable parameters have same size of input?
I want to form a initialize function inside a custom layer where the learnable parameters have same size as the unknown input size. Is it possible? I understood from Define Custom Deep Learning Layer with Learnable Parameters – MATLAB & Simulink – MathWorks India that this can be acquired by utilizing networkDataLayout objects. For instance while creating the deep learning network matlab will analyze the network by using input having a batch size ‘1’ and later on training it will change based on the batch size that we provide in the training options. Is there any way to initialize the custom layer in that way?I want to form a initialize function inside a custom layer where the learnable parameters have same size as the unknown input size. Is it possible? I understood from Define Custom Deep Learning Layer with Learnable Parameters – MATLAB & Simulink – MathWorks India that this can be acquired by utilizing networkDataLayout objects. For instance while creating the deep learning network matlab will analyze the network by using input having a batch size ‘1’ and later on training it will change based on the batch size that we provide in the training options. Is there any way to initialize the custom layer in that way? I want to form a initialize function inside a custom layer where the learnable parameters have same size as the unknown input size. Is it possible? I understood from Define Custom Deep Learning Layer with Learnable Parameters – MATLAB & Simulink – MathWorks India that this can be acquired by utilizing networkDataLayout objects. For instance while creating the deep learning network matlab will analyze the network by using input having a batch size ‘1’ and later on training it will change based on the batch size that we provide in the training options. Is there any way to initialize the custom layer in that way? signal processing, digital signal processing, image processing, digital image processing, deep learning, machine learning, matlab, matlab gui, matrix manipulation, matrix MATLAB Answers — New Questions