File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
- ![ 表紙] ( deep-learning-from-scratch.png )
5
+ ![ 表紙] ( https://raw.githubusercontent.com/oreilly-japan/deep-learning-from-scratch/images/ deep-learning-from-scratch.png)
6
6
7
7
---
8
8
17
17
| ... | ... |
18
18
| ch08 | 8章で使用するソースコード |
19
19
| common | 共通で使用するソースコード |
20
- |dataset |データセット用のソースコード |
20
+ | dataset | データセット用のソースコード |
21
+
21
22
22
23
ソースコードの解説は本書籍をご覧ください。
23
24
@@ -63,5 +64,5 @@ $ python train_nueralnet.py
63
64
64
65
| 頁 | 誤 | 正 |
65
66
| :-- | :-- | :-- |
66
- | 7章 P.227 図7-20 | <img src =" ./errata/ fig07_20-old.png" alt =" 誤 " > | <img src =" ./errata /fig07_20-new.png" alt =" 正 " > |
67
+ | 7章 P.227 図7-20 | <img src =" https://raw.githubusercontent.com/oreilly-japan/deep-learning-from-scratch/images/ fig07_20-old.png" alt =" 誤 " > | <img src =" https://raw.githubusercontent.com/oreilly-japan/deep-learning-from-scratch/images /fig07_20-new.png" alt =" 正 " > |
67
68
You can’t perform that action at this time.
0 commit comments