File tree 3 files changed +96
-35
lines changed 3 files changed +96
-35
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
22
22
- [ Chapter 4: Pythonによる可視化 (matplotlib, pandas)と最適化] ( ./text/Chapter4.ipynb )
23
23
- [ Chapter 5: Pythonによる機械学習 (scikit-learn)] ( ./text/Chapter5.ipynb )
24
24
- [ Chapter 6: Pythonによる機械学習 (Pytorch)] ( ./text/Chapter6.ipynb )
25
+ - [ Chapter 6: Pythonによる機械学習 (PyMC3)] ( ./text/Chapter7.ipynb )
25
26
26
27
## 目標
27
28
- Pythonで基本的なコードが書けるようになる
@@ -38,5 +39,5 @@ Pythonの内部的な実装はあまり扱わず,Pythonによるコーディ
38
39
- [ Problem Solving with Algorithms and Data Structures using Python] ( https://interactivepython.org/runestone/static/pythonds/index.html )
39
40
- [ Pytorchでのモデルパラメータの確認] ( https://tzmi.hatenablog.com/entry/2021/04/30/105227 )
40
41
- [ PyTorchで線形回帰+L1/L2正則化] ( https://qiita.com/tabintone/items/790729a89ed84bb21b74 )
41
-
42
+ - [ PyMC3公式documents ] ( https://docs.pymc.io/nb_tutorials/index.html )
42
43
Original file line number Diff line number Diff line change @@ -273,3 +273,8 @@ Kaggleにある[House Prices: Advanced Regression Techniques](https://www.kaggle
273
273
274
274
49. [Kaggle](https://www.kaggle.com/)または[DeepAnalytics](https://deepanalytics.jp/compelist?tc=top_main)で開催中のコンテストに挑戦する.
275
275
- 実際のデータを利用したデータ分析のコンテストサイト
276
+
277
+
278
+ ## Chapter 6〜
279
+ ### チャレンジ課題
280
+ 50. chapter6以降を読んだ上でそれぞれのコードに対し条件を変えて実験を行いどんな変化が起こったかを確認しよう
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments