Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oreilly-japan/ml-at-work
電子書籍『仕事ではじめる機械学習』のサポートリポジトリです
https://github.com/oreilly-japan/ml-at-work
Last synced: 7 days ago
JSON representation
電子書籍『仕事ではじめる機械学習』のサポートリポジトリです
- Host: GitHub
- URL: https://github.com/oreilly-japan/ml-at-work
- Owner: oreilly-japan
- Created: 2017-10-09T14:19:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T01:40:00.000Z (over 3 years ago)
- Last Synced: 2024-08-03T13:14:31.756Z (3 months ago)
- Language: Jupyter Notebook
- Size: 7.75 MB
- Stars: 130
- Watchers: 10
- Forks: 76
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 「仕事ではじめる機械学習」ノートブック
このレポジトリは、「仕事ではじめる機械学習」のノートブックが置かれています。
正誤表はこのレポジトリの [Wiki](https://github.com/oreilly-japan/ml-at-work/wiki) にあります。
## レポジトリの構成
各章のノートブックがあります。また、それぞれのノートブックはGoogle Colaboratoryを使いブラウザで実行できます。
- [2章のサンプルコード](chap02/Decision_boundary.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap02/Decision_boundary.ipynb)
- [3章のサンプルコード](chap03/AUC_ROC.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap03/AUC_ROC.ipynb)
- [7章のサンプルコード](chap07/all.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap07/all.ipynb)
- [8章のサンプルコード](chap08/understanding_prediction_results.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap08/understanding_prediction_results.ipynb)
- [9章のサンプルコード](chap09)
- 10章のサンプルコード
- [その1](chap10/LR-forbook.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap10/LR-forbook.ipynb)
- [Eメール分析](chap10/Kevin_Hillstrom_MineThatData_E-MailAnalytics.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap10/Kevin_Hillstrom_MineThatData_E-MailAnalytics.ipynb)
- 11章のサンプルコード
- [その1](chap11/01_bandit_test.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap11/01_bandit_test.ipynb)
- [その2](chap11/02_bandit_algorithm_compare.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap11/02_bandit_algorithm_compare.ipynb)
- [その3](chap11/03_contextual_bandit.ipynb) / [Google Colabで開く](https://colab.research.google.com/github/oreilly-japan/ml-at-work/blob/master/chap11/03_contextual_bandit.ipynb)## 著者らによる本書発売に関するコラム(第一版)
### 有賀
- [オライリーから「仕事ではじめる機械学習」が出版されます](https://medium.com/@chezou/cf835ff4c128)
### 西林
- [オライリーから「仕事ではじめる機械学習」という本を出しました](https://hagino3000.blogspot.jp/2017/11/oreillymlbook.html)
### 中山
- [「人工知能でいい感じの成果を出してくれ」という偉い人の脳内はどうなっているのか](https://medium.com/@tokoroten/96f4da85b924)
- [悪用厳禁:絶対に成功するA/Bテストの作り方](https://medium.com/@tokoroten/c871f61233e6)