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 | 21 days ago | ||||||||
Deep Learning From Scratch | 2 | 6 years ago | Python | |||||||
ゼロから作る Deep Learning |
本書では「DeZero」というディープラーニングのフレームワークを作ります。DeZeroは本書オリジナルのフレームワークです。最小限のコードで、フレームワークのモダンな機能を実現します。本書では、この小さな——それでいて十分にパワフルな——フレームワークを、全部で60のステップで完成させます。それによって、PyTorch、TensorFlow、Chainerなどの現代のフレームワークに通じる深い知識を養います。
【試し読み】本書の一部をオンラインで公開しています。 https://koki0702.github.io/dezero-book/
フォルダ名 | 説明 |
---|---|
dezero | DeZeroのソースコード |
examples | DeZeroを使った実装例 |
steps | 各stepファイル(step01.py ~ step60.py) |
tests | DeZeroのユニットテスト |
本書で使用するPytnonのバージョンと外部ライブラリは下記の通りです。
またオプションとして、NVIDIAのGPUで実行できる機能も提供します。その場合は下記のライブラリが必要です。
本書で説明するPythonファイルは、主にstepsファルダにあります。 実行するためには、下記のとおりPythonコマンドを実行します(どのディレクトリからでも実行できます)。
$ python steps/step01.py
$ python steps/step02.py
$ cd steps
$ python step31.py
DeZeroの他の実装例はexamplesにあります。
本書の正誤情報は、🔎 正誤表ページに掲載しています。
正誤表ページに掲載されていない誤植や間違いなどを見つけた方は、✉️ [email protected]までお知らせください。