DeepNetworkDesigner - Is there a way to include a common projection layer in DeepNetworkDesigner GUI tool? A layer similar to one used in CCA or correlation Networks?

1 view (last 30 days)
Is there a way to include a common projection layer in DeepNetworkDesigner GUI tool? A layer similar to one used in CCA or correlation Networks?

Answers (1)

Shubham Rawat
Shubham Rawat on 12 Aug 2020
Hi Rini,
You can create a “weightedAdditionLayer in DeepNetworkDesigner which is a custom layer and can take multiple inputs. You can name the layer and declare layer properties and can also create constructor function, forward and backward functions.
Here is the link from which you can refer:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!