vault backup: 2023-12-08 14:40:37

This commit is contained in:
2023-12-08 14:40:37 +08:00
parent cf50bf87de
commit 5a550881c8
3 changed files with 44 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "01. 個人/01. Daily/2023-12-05(週二).md", "file": "04. Programming/Machine Learning.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@@ -89,7 +89,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "chrono", "query": "machine ",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -126,7 +126,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "01. 個人/01. Daily/2023-12-05(週二).md", "file": "04. Programming/Machine Learning.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -151,7 +151,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "01. 個人/01. Daily/2023-12-05(週二).md" "file": "04. Programming/Machine Learning.md"
} }
} }
}, },
@@ -179,7 +179,7 @@
"state": { "state": {
"type": "file-properties", "type": "file-properties",
"state": { "state": {
"file": "01. 個人/01. Daily/2023-12-05(週二).md" "file": "04. Programming/Machine Learning.md"
} }
} }
} }
@@ -224,8 +224,9 @@
}, },
"active": "540ef396474d1c8b", "active": "540ef396474d1c8b",
"lastOpenFiles": [ "lastOpenFiles": [
"01. 個人/01. Daily/2023-12-01(週五).md", "01. 個人/01. Daily/2023-12-08(週五).md",
"01. 個人/01. Daily/2023-12-05(週二).md", "01. 個人/01. Daily/2023-12-05(週二).md",
"01. 個人/01. Daily/2023-12-01(週五).md",
"01. 個人/01. Daily/2023/2023年度目標.md", "01. 個人/01. Daily/2023/2023年度目標.md",
"01. 個人/01. Daily/2023/11/2023-11-01(週三).md", "01. 個人/01. Daily/2023/11/2023-11-01(週三).md",
"01. 個人/01. Daily/2023/11", "01. 個人/01. Daily/2023/11",
@@ -253,7 +254,6 @@
"01. 個人/01. Daily/2023/11/2023-11-13(週一).md", "01. 個人/01. Daily/2023/11/2023-11-13(週一).md",
"01. 個人/01. Daily/2023/11/2023-11-14(週二).md", "01. 個人/01. Daily/2023/11/2023-11-14(週二).md",
"04. Programming/Machine Learning.md", "04. Programming/Machine Learning.md",
"04. Programming/categorical_crossentropy.md",
"未命名.canvas", "未命名.canvas",
"01. 個人/01. Daily/2023/09", "01. 個人/01. Daily/2023/09",
"01. 個人/01. Daily/2023/08", "01. 個人/01. Daily/2023/08",

View File

@@ -0,0 +1,34 @@
---
tags:
aliases:
date: 2023-12-08
time: 14:34:15
description:
anki: 0
readingSkill: 0
readingCasual: 0
啞鈴: 0
伏地挺身: 0
跑步: 0
---
時間14:34:15
### TAG
---
### 新增TODO
#### 私事
#### 公事
---
### 今日回顧
早上老婆載我去復健之後也去了巨城買內衣週年慶的人潮很多還不到12點摩拖車都要停到B3後面去了離開的時候整個B3都已經停滿摩拖車了。
為了把折價券用掉又多買了3件衣服很適合睿睿跳街舞也希望謙謙會喜歡。

View File

@@ -9,3 +9,6 @@
| 回歸求值 | None | mse均方誤差 | | | 回歸求值 | None | mse均方誤差 | |
| 回歸求0~1值 | sigmoid | mse或binary_crossentropy | | | 回歸求0~1值 | sigmoid | mse或binary_crossentropy | |
## Callback
- [ReduceLROnPlateau](https://keras.io/api/callbacks/reduce_lr_on_plateau/)