Skip to content

Commit 1a1d99b

Browse files
committed
adds answer
1 parent 4b51795 commit 1a1d99b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@
137137
* DCGAN
138138
* 余談:AIに悪意はあるか
139139

140+
## [略解と解説](answer/README.md)
141+
142+
* 各章の問題の略解と解説
143+
140144
## [付録:Pythonのインストールと実行方法](install/README.md)
141145

142146
(Google Colabを使う場合は不要)

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ <h2 id="簡単な機械学習"><a href="ml/index.html">簡単な機械学習</a>
381381
<li>DCGAN</li>
382382
<li>余談:AIに悪意はあるか</li>
383383
</ul>
384+
<h2 id="略解と解説"><a href="answer/index.html">略解と解説</a></h2>
385+
<ul>
386+
<li>各章の問題の略解と解説</li>
387+
</ul>
384388
<h2 id="付録pythonのインストールと実行方法"><a href="install/index.html">付録:Pythonのインストールと実行方法</a></h2>
385389
<p>(Google Colabを使う場合は不要)</p>
386390
<ul>

review/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ prt:
7474
# a-trl, trl: 翻訳者
7575

7676
# 刊行日(省略した場合は実行時の日付)
77-
date: 2020-09-01
77+
date: 2021-01-28
7878
# 発行年月。YYYY-MM-DD形式による配列指定。省略した場合はdateを使用する
7979
# 複数指定する場合は次のように記述する
8080
# [["初版第1刷の日付", "初版第2刷の日付"], ["第2版第1刷の日付"]]
8181
# 日付の後ろを空白文字で区切り、任意の文字列を置くことも可能。
82-
history: [["2020-09-01 ver 0.7"]]
82+
history: [["2021-01-28 ver 1.0"]]
8383
# [experimental] 新刊を頒布したイベント名(例:「技術書典6(2019年春)新刊」)
8484
pubevent_name: プログラム基礎同演習
8585
# 権利表記(配列で複数指定可)
86-
rights: (C) 2020 渡辺宙志
86+
rights: (C) 2021 渡辺宙志
8787
# description: 説明
8888
# subject: 短い説明用タグ(配列で複数指定可)
8989
# type: 書籍のカテゴリーなど(配列で複数指定可)

0 commit comments

Comments
 (0)