Skip to content

Commit 20a632a

Browse files
committed
PyMC3
1 parent 0238983 commit 20a632a

File tree

3 files changed

+96
-35
lines changed

3 files changed

+96
-35
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
2222
- [Chapter 4: Pythonによる可視化 (matplotlib, pandas)と最適化](./text/Chapter4.ipynb)
2323
- [Chapter 5: Pythonによる機械学習 (scikit-learn)](./text/Chapter5.ipynb)
2424
- [Chapter 6: Pythonによる機械学習 (Pytorch)](./text/Chapter6.ipynb)
25+
- [Chapter 6: Pythonによる機械学習 (PyMC3)](./text/Chapter7.ipynb)
2526

2627
## 目標
2728
- Pythonで基本的なコードが書けるようになる
@@ -38,5 +39,5 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
3839
- [Problem Solving with Algorithms and Data Structures using Python](https://interactivepython.org/runestone/static/pythonds/index.html)
3940
- [Pytorchでのモデルパラメータの確認](https://tzmi.hatenablog.com/entry/2021/04/30/105227)
4041
- [PyTorchで線形回帰+L1/L2正則化](https://qiita.com/tabintone/items/790729a89ed84bb21b74)
41-
42+
- [PyMC3公式documents](https://docs.pymc.io/nb_tutorials/index.html)
4243

exercise/questions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,8 @@ Kaggleにある[House Prices: Advanced Regression Techniques](https://www.kaggle
273273
274274
49. [Kaggle](https://www.kaggle.com/)または[DeepAnalytics](https://deepanalytics.jp/compelist?tc=top_main)で開催中のコンテストに挑戦する.
275275
- 実際のデータを利用したデータ分析のコンテストサイト
276+
277+
278+
## Chapter 6〜
279+
### チャレンジ課題
280+
50. chapter6以降を読んだ上でそれぞれのコードに対し条件を変えて実験を行いどんな変化が起こったかを確認しよう

text/Chapter7.ipynb

Lines changed: 89 additions & 34 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)