sinusoidal representation networks or SIRENs
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi there!
I am wondering if there is the matlab code (in DL toolbox with dlnetwork object) for sinusoidal representation networks or SIRENs which are suitable for solving PDEs in the frame of PINNs. The activation function of an SIREN in "sine" function, this activation layer has not been built in Matlab. I'm trying to use "functionLayer" for this goal. Now, I don't know if I need the property "Formattable=true" as an input argument.
Thanks for any help.
0 Kommentare
Antworten (1)
Shantanu Dixit
am 17 Feb. 2025
Bearbeitet: Shantanu Dixit
am 17 Feb. 2025
Hi Mahsa,
You can set the "Formattable" property to true if the sine activation layer needs to operate on formatted 'dlarray' objects. This ensures that the functionLayer both accepts and outputs data with the proper dimension labels.
You can refer to the usage of 'Formattable' property in 'functionLayer': https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.functionlayer.html#mw_4c41e9fe-dbcc-4018-be23-465e7d10da16 for more details.
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!