vault backup: 2024-02-27 12:32:26

This commit is contained in:
2024-02-27 12:32:26 +08:00
parent 250a222be2
commit 3fcb6a9812
3 changed files with 14 additions and 11 deletions

2
.obsidian/app.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"promptDelete": false, "promptDelete": false,
"newLinkFormat": "relative", "newLinkFormat": "relative",
"attachmentFolderPath": "./assets/Diffusion Models A Comprehensive Survey of Methods and Applications", "attachmentFolderPath": "./assets/预备知识",
"showUnsupportedFiles": false, "showUnsupportedFiles": false,
"newFileLocation": "current", "newFileLocation": "current",
"useMarkdownLinks": true, "useMarkdownLinks": true,

View File

@@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md", "file": "Study/DL/动手学深度学习/预备知识.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@@ -77,8 +77,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 315.5, "width": 315.5
"collapsed": true
}, },
"right": { "right": {
"id": "c501495747cfa761", "id": "c501495747cfa761",
@@ -94,7 +93,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md", "file": "Study/DL/动手学深度学习/预备知识.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -111,7 +110,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md", "file": "Study/DL/动手学深度学习/预备知识.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -134,7 +133,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md" "file": "Study/DL/动手学深度学习/预备知识.md"
} }
} }
}, },
@@ -167,8 +166,10 @@
}, },
"active": "7006e33745a6f46e", "active": "7006e33745a6f46e",
"lastOpenFiles": [ "lastOpenFiles": [
"Paper/Untitled.md",
"Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md", "Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md",
"Study/DL/动手学深度学习/预备知识.md",
"Study/DL/动手学深度学习",
"Paper/Untitled.md",
"Paper/Diffusion", "Paper/Diffusion",
"Study/乐理", "Study/乐理",
"Paper/CLIP/Open-Vocabulary Semantic Segmentation.md", "Paper/CLIP/Open-Vocabulary Semantic Segmentation.md",
@@ -191,7 +192,6 @@
"Books/未命名.md", "Books/未命名.md",
"Study/DL/吴恩达深度学习课程/Other.md", "Study/DL/吴恩达深度学习课程/Other.md",
"Study/DL", "Study/DL",
"Study",
"Books/Java Guide/基础语法.md", "Books/Java Guide/基础语法.md",
"Books/Java并发编程/Java并发编程.md", "Books/Java并发编程/Java并发编程.md",
"Books/从零开始深入学习Spring/IoC.md", "Books/从零开始深入学习Spring/IoC.md",
@@ -201,7 +201,6 @@
"Books/代码随想录/().md", "Books/代码随想录/().md",
"_notion-like-tables/table-id-ncD19n.md", "_notion-like-tables/table-id-ncD19n.md",
"未命名.md", "未命名.md",
"Basic/未命名.md", "Basic/未命名.md"
"Excalidraw/Drawing 2023-02-19 16.06.15.excalidraw.md"
] ]
} }

View File

@@ -0,0 +1,4 @@
# 矩阵计算
| $y$ | $a$ | $au$ | sum(x) | |
| ---- | ---- | ---- | ---- | ---- |
| $\frac{\partial y}{\partial \mathbf x}$ | $0^T$ | $a \frac{\partial u}{\partial \mathbf x}$ | $1^T$ | |