Skip to content

Commit 622cee4

Browse files
committed
Modify image link
1 parent 8815180 commit 622cee4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
![表紙](deep-learning-from-scratch.png)
5+
![表紙](https://raw.githubusercontent.com/oreilly-japan/deep-learning-from-scratch/images/deep-learning-from-scratch.png)
66

77
---
88

@@ -17,7 +17,8 @@
1717
|... |... |
1818
|ch08 |8章で使用するソースコード |
1919
|common |共通で使用するソースコード |
20-
|dataset |データセット用のソースコード |

20+
|dataset |データセット用のソースコード |
21+
2122

2223
ソースコードの解説は本書籍をご覧ください。
2324

@@ -63,5 +64,5 @@ $ python train_nueralnet.py
6364

6465
||||
6566
|:-- |:-- |:-- |
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=""> |
6768

0 commit comments

Comments
 (0)