Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Deep Learning From Scratch | 3,492 | a month ago | 11 | mit | Jupyter Notebook | |||||
『ゼロから作る Deep Learning』(O'Reilly Japan, 2016) | ||||||||||
Deep Learning From Scratch 2 | 860 | 2 months ago | 7 | mit | Python | |||||
『ゼロから作る Deep Learning ❷』(O'Reilly Japan, 2018) | ||||||||||
Deep Learning From Scratch 3 | 426 | 2 years ago | 5 | mit | Python | |||||
『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020) | ||||||||||
Nuxt Beginners Guide | 106 | 4 years ago | 1 | mit | Vue | |||||
Japan's first book that corresponds to Nuxt.js v2 and focuses on deep content. | ||||||||||
Satellite Crosswalk Classification | 16 | a year ago | Jupyter Notebook | |||||||
Deep Learning Based Large-Scale Automatic Satellite Crosswalk Classification | ||||||||||
Keras Image2text | 11 | 6 years ago | 1 | Python | ||||||
Googlecolabnotebooks | 7 | 2 years ago | Jupyter Notebook | |||||||
Jupyter notebooks (Google Colab) for deep learning lectures | ||||||||||
Book Deep Learning From Scratch 2 | 4 | 8 months ago | Python | |||||||
O'Reilly Japan 出版の『ゼロから作るDeep Learning 2』の読書レポジトリ | ||||||||||
Chiharu Hagihara | 2 | 19 days ago | ||||||||
Deep Learning From Scratch | 2 | 6 years ago | Python | |||||||
ゼロから作る Deep Learning |
書籍『ゼロから作るDeep Learning ❷ ―自然言語処理編』(オライリー・ジャパン)のサポートサイトです。本書籍で使用するソースコードがまとめられています。
フォルダ名 | 説明 |
---|---|
ch01 | 1章で使用するソースコード |
ch02 | 2章で使用するソースコード |
... | ... |
ch08 | 8章で使用するソースコード |
common | 共通で使用するソースコード |
dataset | データセット用のソースコード |
学習済みの重みファイル(6章、7章で使用)は下記URLから入手可能です。 https://www.oreilly.co.jp/pub/9784873118369/BetterRnnlm.pkl
ソースコードの解説は、本書籍をご覧ください。
ソースコードを実行するには、下記のソフトウェアが必要です。
また、オプションとして下記のライブラリを使用します。
各章のフォルダへ移動して、Pythonコマンドを実行します。
$ cd ch01
$ python train.py
$ cd ../ch05
$ python train_custom_loop.py
本リポジトリのソースコードはMITライセンスです。 商用・非商用問わず、自由にご利用ください。
本書の正誤情報は以下のページで公開しています。
https://github.com/oreilly-japan/deep-learning-from-scratch-2/wiki/errata
本ページに掲載されていない誤植など間違いを見つけた方は、[email protected]までお知らせください。