Last active
July 13, 2024 05:31
-
-
Save higumachan/b8627f68cf7844b8b961723f59b8621e to your computer and use it in GitHub Desktop.
zerograds.d2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
direction: right | |
theta: { | |
label: "パラメータ" | |
e: |latex | |
\\theta | |
| | |
} | |
R: { | |
label: "微分不可能な関数" | |
e: |latex | |
\\mathcal{R} | |
| | |
} | |
h: { | |
label: "サロゲート関数(NN)" | |
e: |latex | |
h_{\\phi} | |
| | |
} | |
loss: { | |
L: { | |
label: "目的関数" | |
e: |latex | |
\\mathcal{L} | |
| | |
} | |
L_s: { | |
label: "サロゲート関数の出力した疑似目的関数" | |
e: |latex | |
\\mathcal{L_s} | |
| | |
} | |
theta -> R -> L | |
theta -> h -> L_s | |
L <-> L_s: "MSE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
direction: right | |
theta: { | |
label: "パラメータ" | |
e: |latex | |
\\theta | |
| | |
} | |
R: { | |
label: "微分不可能な関数" | |
e: |latex | |
\\mathcal{R} | |
| | |
} | |
h: { | |
label: "サロゲート関数(NN)" | |
e: |latex | |
h_{\\phi} | |
| | |
} | |
L: { | |
label: "目的関数" | |
e: |latex | |
\\mathcal{L} | |
| | |
} | |
theta -> R -> L | |
theta -> h -> L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment