Skip to content

Instantly share code, notes, and snippets.

@higumachan
Last active July 13, 2024 05:31
Show Gist options
  • Save higumachan/b8627f68cf7844b8b961723f59b8621e to your computer and use it in GitHub Desktop.
Save higumachan/b8627f68cf7844b8b961723f59b8621e to your computer and use it in GitHub Desktop.
zerograds.d2
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"
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