a question for defining Custom Deep Learning Layer
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
li
am 1 Feb. 2020
Bearbeitet: Damien T
am 3 Feb. 2021
Hi,
I want to know if we can directly use the fucntion SVD to achieve the singular vectors and Singular values in the defined cumtome deep learning layer.
Looking forward to your reply
0 Kommentare
Akzeptierte Antwort
Christine Tobler
am 3 Feb. 2020
You can use the svd in a custom layer, however, if the SVD is used in the forward method of a custom layer, this will likely require the backward method of that layer to compute what amounts to the derivative of this SVD, which could be quite hard to compute.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!