oreilly-japan / deep-learning-from-scratch-3

『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p483のコードの記述ミス

tetsuomiyoshi opened this issue · comments

p483の下段のコードですが、
ts = [example[0] for example in train_set]
は、
ts = [example[1] for example in train_set]
の間違いではないでしょうか?

ありがとうございます。ご指摘どおりです。
修正は下記に追記しました。
https://github.com/oreilly-japan/deep-learning-from-scratch-3/wiki/Errata