Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oreilly-japan/deep-learning-from-scratch
『ゼロから作る Deep Learning』(O'Reilly Japan, 2016)
https://github.com/oreilly-japan/deep-learning-from-scratch
Last synced: 29 days ago
JSON representation
『ゼロから作る Deep Learning』(O'Reilly Japan, 2016)
- Host: GitHub
- URL: https://github.com/oreilly-japan/deep-learning-from-scratch
- Owner: oreilly-japan
- License: mit
- Created: 2016-06-29T07:33:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T17:15:52.000Z (6 months ago)
- Last Synced: 2024-10-01T23:42:36.661Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 10.3 MB
- Stars: 4,017
- Watchers: 217
- Forks: 3,344
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
ゼロから作る Deep Learning
==========================[](https://www.oreilly.co.jp/books/9784873117584/)
書籍『[ゼロから作る Deep Learning](http://www.oreilly.co.jp/books/9784873117584/)』(オライリー・ジャパン発行)のサポートサイトです。本書籍で使用するソースコードがまとめられています。
## ファイル構成
|フォルダ名 |説明 |
|:-- |:-- |
|ch01 |1章で使用するソースコード |
|ch02 |2章で使用するソースコード |
|... |... |
|ch08 |8章で使用するソースコード |
|common |共通で使用するソースコード |
|dataset |データセット用のソースコード |ソースコードの解説は本書籍をご覧ください。
## Pythonと外部ライブラリ
ソースコードを実行するには、下記のソフトウェアが必要です。* Python 3.x
* NumPy
* Matplotlib※Pythonのバージョンは、3系を利用します。
## 実行方法
各章のフォルダへ移動して、Pythonコマンドを実行します。
```
$ cd ch01
$ python man.py$ cd ../ch05
$ python train_nueralnet.py
```## クラウドサービスでの実行
本書のコードは次の表にあるボタンをクリックすることで、AWSの無料の計算環境である[Amazon SageMaker Studio Lab](https://studiolab.sagemaker.aws/)上に実行できます(事前に[メールアドレスによる登録](https://studiolab.sagemaker.aws/requestAccount)が必要です)。SageMaker Studio Labの使い方は[こちら](https://github.com/aws-sagemaker-jp/awesome-studio-lab-jp/blob/main/README_usage.md)をご覧ください。[Amazon SageMaker Studio Lab Community](https://github.com/aws-studiolab-jp/awesome-studio-lab-jp)で最新情報が取得できます。
|フォルダ名 |Amazon SageMaker Studio Lab
|:-- |:-- |
|ch01 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch01.ipynb)|
|ch02 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch02.ipynb)|
|ch03 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch03.ipynb)|
|ch04 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch04.ipynb)|
|ch05 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch05.ipynb)|
|ch06 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch06.ipynb)|
|ch07 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch07.ipynb)|
|ch08 |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/ch08.ipynb)|
|common |[![Open In SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/oreilly-japan/deep-learning-from-scratch/blob/master/notebooks/common.ipynb)|## ライセンス
本リポジトリのソースコードは[MITライセンス](http://www.opensource.org/licenses/MIT)です。
商用・非商用問わず、自由にご利用ください。## 正誤表
本書の正誤情報は以下のページで公開しています。
https://github.com/oreilly-japan/deep-learning-from-scratch/wiki/errata
本ページに掲載されていない誤植など間違いを見つけた方は、[[email protected]]()までお知らせください。