Deep Learning From Scratch 3

『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020)
Alternatives To Deep Learning From Scratch 3
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Deep Learning From Scratch3,492
a month ago11mitJupyter Notebook
『ゼロから作る Deep Learning』(O'Reilly Japan, 2016)
Deep Learning From Scratch 2860
2 months ago7mitPython
『ゼロから作る Deep Learning ❷』(O'Reilly Japan, 2018)
Deep Learning From Scratch 3426
2 years ago5mitPython
『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020)
Nuxt Beginners Guide106
4 years ago1mitVue
Japan's first book that corresponds to Nuxt.js v2 and focuses on deep content.
Satellite Crosswalk Classification16
a year agoJupyter Notebook
Deep Learning Based Large-Scale Automatic Satellite Crosswalk Classification
Keras Image2text11
6 years ago1Python
Googlecolabnotebooks7
2 years agoJupyter Notebook
Jupyter notebooks (Google Colab) for deep learning lectures
Book Deep Learning From Scratch 24
8 months agoPython
O'Reilly Japan 出版の『ゼロから作るDeep Learning 2』の読書レポジトリ
Chiharu Hagihara2
21 days ago
Deep Learning From Scratch2
6 years agoPython
ゼロから作る Deep Learning
Alternatives To Deep Learning From Scratch 3
Select To Compare


Alternative Project Comparisons
Readme

本書概要

本書では「DeZero」というディープラーニングのフレームワークを作ります。DeZeroは本書オリジナルのフレームワークです。最小限のコードで、フレームワークのモダンな機能を実現します。本書では、この小さな——それでいて十分にパワフルな——フレームワークを、全部で60のステップで完成させます。それによって、PyTorch、TensorFlow、Chainerなどの現代のフレームワークに通じる深い知識を養います。

pypi MIT License Build Status

ニュース

【試し読み】本書の一部をオンラインで公開しています。 https://koki0702.github.io/dezero-book/

ファイル構成

フォルダ名 説明
dezero DeZeroのソースコード
examples DeZeroを使った実装例
steps 各stepファイル(step01.py ~ step60.py)
tests DeZeroのユニットテスト

必要な外部ライブラリ

本書で使用するPytnonのバージョンと外部ライブラリは下記の通りです。

またオプションとして、NVIDIAのGPUで実行できる機能も提供します。その場合は下記のライブラリが必要です。

  • CuPy (オプション)

実行方法

本書で説明するPythonファイルは、主にstepsファルダにあります。 実行するためには、下記のとおりPythonコマンドを実行します(どのディレクトリからでも実行できます)。

$ python steps/step01.py
$ python steps/step02.py

$ cd steps
$ python step31.py

デモ

DeZeroの他の実装例はexamplesにあります。

正誤表

本書の正誤情報は、🔎 正誤表ページに掲載しています。

正誤表ページに掲載されていない誤植や間違いなどを見つけた方は、✉️ [email protected]までお知らせください。

Popular Japan Projects
Popular Deep Learning Projects
Popular Community Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Deep Learning
Gpu
Numpy
Matplotlib
Japan
Automatic Differentiation
Cupy